Skip to content

Unarchive a plan

Request

This endpoint allows you to unarchive a specific plan identified by its planId. When a plan is unarchived, it is restored to an active state, making it available for use again.

Security
ApiKeyAuth
Path
planIdstringrequired
POST
/v3/plans/{planId}/unarchive
curl -i -X POST \
  'https://api.tellisim.com/v3/plans/{planId}/unarchive?key=YOUR_API_KEY_HERE'

Responses

Plan unarchived successfully

Bodyapplication/json
errorbooleanrequired

Indicates whether there was an error processing the request

Example:false
messagestringrequired

A message providing additional information about the request status

Example:"Plan unarchived successfully"
Response
{ "error": false, "message": "Plan unarchived successfully" }