Get Registration Status
Check the status of your A2P 10DLC registration.
### Sub-account status
To check the registration status of a sub-account, pass the `X-Sub-Account-Id` header with the sub-account ID returned from `POST /v1/register`.
### Possible statuses
- `none` -- No registration submitted.
- `pending` -- Registration is under review.
- `approved` -- Registration approved. Your account is ready to send messages.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Sub-Account-Id
Check a sub-account’s registration status. Pass the sub-account ID returned from POST /v1/register. Omit to check the master account.
Response
Successful Response
campaign_status
message

