Skip to main content
GET
/
api
/
messaging
/
sender-ids
/
{sender_id}
/
status
Get Sender ID Status
curl --request GET \
  --url https://api.example.com/api/messaging/sender-ids/{sender_id}/status/
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "sender_id": "MYBIZ",
  "status": "approved",
  "approved_at": "2025-11-28T10:00:00Z",
  "is_default": false
}
Get approval status of a sender ID.
sender_id
string
required
Sender ID ID

Success Response (200)

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "sender_id": "MYBIZ",
  "status": "approved",
  "approved_at": "2025-11-28T10:00:00Z",
  "is_default": false
}