v1
latestOpenAPI 3.0.32026-07-1416063.7 KBCreate Number
This endpoint creates a new number and associates it with the client.
post/numbers
Request body
Response
201
Example response
{
"data": {
"name": "Test Number",
"number": "+15555555555",
"status": "active",
"client_id": 1,
"id": 1
}
}