cURL
curl --request GET \ --url https://functions.siro.ai/api-externalApi/v1/core/recordings/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "organizationId": "<string>", "userId": "<string>", "title": "<string>", "durationInMilliseconds": 123, "latitude": 123, "longitude": 123, "result": "OPEN", "createdAt": "<string>", "links": { "web": { "self": "<string>" } } }
Get a recording by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get recording
OPEN
WON
LOST
Show child attributes