SMS
Check SMS A2P status
Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
SMS
Check SMS A2P status
Check the status of an A2P registration.
POST
/
v1
/
sms
/
register
/
status
curl --request POST \
--url https://api.bland.ai/v1/sms/register/status \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"registration_id": "<string>"
}'
{
status: "pending" || "approved" || "failed",
brandType: //string of the brand type,
failureReason: null || "reason here"
}
Headers
Your API key for authentication.
Body
The registration_id
for the a2p registration.
{
status: "pending" || "approved" || "failed",
brandType: //string of the brand type,
failureReason: null || "reason here"
}
curl --request POST \
--url https://api.bland.ai/v1/sms/register/status \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"registration_id": "<string>"
}'
{
status: "pending" || "approved" || "failed",
brandType: //string of the brand type,
failureReason: null || "reason here"
}