Skip to main content
GET
/
v1
/
messaging
/
sender-names
/
{uuid}
Get Sender Name Details
curl --request GET \
  --url https://api.zeckta.com/v1/messaging/sender-names/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "senderNameId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "sender": "<string>",
    "senderType": "<string>",
    "countryCode": "<string>",
    "status": "<string>",
    "statusReason": "<string>",
    "submittedAt": "2023-11-07T05:31:56Z",
    "approvedAt": "2023-11-07T05:31:56Z"
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Provide your Zeckta API Key using: Bearer YOUR_API_KEY

Path Parameters

uuid
string<uuid>
required

Response

Sender name retrieved successfully

success
boolean
message
string
data
object
requestId
string