riverty logo

Docs

Get Subscription Pause

Get an existing subscription pause.

Path

GET /v1/clients/{clientId}/subscriptions/{subscriptionId}/pauses/{pauseId}

Request Parameters

clientId
required
integer
Your assigned `ClientId`.
subscriptionId
required
string
Id of the subscription to retrieve.
pauseId
required
string
Id of the pause.

Responses

Successful RequestUnsuccessful Request, Incorrect/Missing Information

Request Example

    
        null
    

Response Example

    
        {
 "id": "pause-id-1",
 "from": "2022-10-05",
 "until": "2022-12-05",
 "description": "2 month pause"
}