Time Traveller
Get a Time Traveller by ID
Get a Time Traveller by ID
GET
/
time-travellers
/
{id}
Header
Path
curl --request GET \
--url https://dev.seqhq.io/api/time-travellers/{id} \
--header 'Authorization: <authorization>'
{
"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
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Path Parameters
id
string
requiredUnique identifier
Response
200 - application/json
billingScheduleId
string
requiredcreatedAt
string
frozenTime
string
requiredid
string
requiredsequenceAccountId
string
requiredstatus
enum<string>
requiredAvailable options:
READY
, IN_PROGRESS
updatedAt
string
curl --request GET \
--url https://dev.seqhq.io/api/time-travellers/{id} \
--header 'Authorization: <authorization>'
{
"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"
}