Skip to main content
POST
/
phones
Connect a Phone Number
curl --request POST \
  --url https://inprocess.world/api/phones \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "phone_number": "<string>"
}
'
{
  "success": true,
  "message": "Phone number connected and verification message sent"
}

Authorizations

x-api-key
string
header
required

Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys

Body

application/json
phone_number
string
required

Phone number in E.164 format (e.g., "+1234567890" or "+14155552671")

Response

Successful response

success
boolean
required

Indicates whether the operation was successful

message
string
required

A descriptive message about the operation result