GET
/
ticketing
/
contacts
/
{id}
curl --request GET \
  --url https://api.panora.dev/ticketing/contacts/{id}
{
  "message": "<string>",
  "error": "<string>",
  "statusCode": 123,
  "data": {
    "name": "<string>",
    "email_address": "<string>",
    "phone_number": "<string>",
    "details": "<string>",
    "field_mappings": {},
    "id": "<string>",
    "remote_id": "<string>",
    "remote_data": {}
  }
}

Path Parameters

id
string
required

id of the contact you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Ticketing software.

Response

200 - application/json
statusCode
number
required
message
string
error
string
data
object