v1
latestOpenAPI 3.0.32026-07-14490228.1 KBCreate Sequence
This endpoint creates a new sequence and associates it with the client.
post/sequences
Request body
Response
201
Example response
{
"sequence": {
"name": "Test Sequence 1",
"number_id": 1,
"status": "active",
"client_id": 1,
"id": 1
}
}