cURL
curl --request GET \ --url https://crm.universal.rollout.com/api/actions/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Rollout-Credential-Id: <api-key>'
{ "id": "<string>", "credentialId": "<string>", "actionType": "<string>", "requestPayload": "<unknown>", "results": "<unknown>", "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
OK