Retrieve a recipient. The recipient’s profile information is returned (name, email, mobile number, and address).
GET /v1/recipients/{recipientId}
Authorization: Bearer <access_token> or Authorization: Basic <encodedString> where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
recipientId REQUIRED
string (UUID)
ID of the recipient.
None
Returns the Recipient object. This object contains the recipient details.
SAMPLE RESPONSE
"status": "string",
"result": {
"id": "6a017f06-83a3-44b7-be6f-5e5cae4a9ed7",
"businessAccountId": "8th32z87-3845-9810-v7gu-1f827g98swk3",
"firstName": "John",
"lastName": "Smith",
"email": "jsmith@abc.com",
"mobileNumber": "4161234567",
"address": {
"addressType": "Home",
"streetLine1": "200 Queen St",
"zipCode": "10001",
"countryCode": "US",
"stateCode": "NY",
"cityName": "New York"
},
"createdAt": "2023-10-23T00:42:50.311Z",
"updatedAt": "2023-10-30T00:42:50.311Z"
},
"message": "string"
}
RocketCOMs is a powerful SMS marketing platform that empowers businesses with seamless support for multiple brands, intuitive campaign management, real-time analytics, and advanced formatting options for successful text message campaigns.