PATCH
/
subscriptions
/
{id}
/
resume
curl --request PATCH \
  --url https://api.smokeball.com/subscriptions/{id}/resume \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
This response does not have an example.

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

id
string
required

The unique identifier of the subscription

Body

Response

200

Successfully resumed the subscription