cURL
curl --request GET \ --url https://crm.universal.rollout.com/api/textMessages/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Rollout-Credential-Id: <api-key>'
{ "id": "<string>", "personId": "<string>", "userId": "<string>", "message": "<string>", "isIncoming": true, "status": "<string>", "toNumber": "<string>", "fromNumber": "<string>", "externalLabel": "<string>", "externalUrl": "<string>", "sent": "<string>", "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
OK
Show child attributes