cURL
curl --request GET \ --url https://api.panora.dev/ticketing/accounts/{id}
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "name": "<string>", "domains": [ "<string>" ], "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Retrieve an account from any connected Ticketing software
id of the account you want to retrieve.
Set to true to include data from the original Ticketing software.
The response is of type object.
object