Skip to main content
POST
/
v1
/
organization
/
playground
/
phone-numbers
/
user
cURL
curl --request POST \
  --url https://api.buildwithchirp.com/v1/organization/playground/phone-numbers/user \
  --header 'Authorization: Bearer <token>'
{
  "number": "<string>"
}

Authorizations

Authorization
string
header
required

Session-based authentication for organization-level operations

Response

Generated user phone number

number
string
required