cURL
curl --request GET \ --url http://localhost:2222/v1/messaging/sender-names/{uuid}
{ "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" } }
Fetch metadata and approval status for a specific ID.
OK
Show child attributes