Skip to content

List SMS numbers

GET
/api/sms/numbers

Authorizations

ApiKey
Type
API Key (header: X-Api-Key)

Responses

application/json
JSON
{
  
"total_count": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"organisation_id": "string",
  
  
  
"status": "string",
  
  
  
"country": "string",
  
  
  
"phone_number": "string",
  
  
  
"created_at": "string",
  
  
  
"updated_at": "string",
  
  
  
"is_test_number": true
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI