POST
/
time-travellers
Header
Body
curl --request POST \
  --url https://eu.sequencehq.com/api/time-travellers \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "billingScheduleId": "08a76ddb-230e-4700-a5e2-70f6edaf7d50",
  "frozenTime": "2022-10-07T14:12:08.826121Z"
}'
{
  "billingScheduleId": "08a76ddb-230e-4700-a5e2-70f6edaf7d50",
  "createdAt": "2022-10-07T14:12:08.826121Z",
  "frozenTime": "2022-10-07T14:12:08.826121Z",
  "id": "d1e093d6-e3cc-4ce6-80c2-6cf8837ace36",
  "sequenceAccountId": "af9b5988-1d7b-45f6-a188-326df5e59b24",
  "status": "READY",
  "updatedAt": "2022-10-07T14:12:08.826121Z"
}

Headers

Authorizationrequired
string

Your API credentials. Eg. Basic {credentials}.

Idempotency-Key
string

Specifying a unique ID for this request here lets you retry it without risk of performing the same operation twice.

Body

application/json
billingScheduleIdrequired
string
frozenTimerequired
string

Response

201 - application/json
billingScheduleIdrequired
string
createdAt
string
frozenTimerequired
string
idrequired
string
sequenceAccountIdrequired
string
statusrequired
enum<string>
Available options:
READY,
IN_PROGRESS
updatedAt
string