GET
curl -i -X GET \
'https://api.pracsuite.com/v1/referrer/{referrer_id}' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful
Response
{ "links": { "self": "https://api.pracsuite.com/v1/referrer/1" }, "tenant_id": 0, "referrer_id": 0, "title": "string", "first_name": "string", "surname": "string", "mobile": "string", "archive": true, "referrer_type_id": 0, "email": "user@example.com", "phone": "string", "fax": "string", "notes": "string", "organisation_id": 0, "provider_no": "string", "description": "string", "address_1": "string", "address_2": "string", "address_3": "string", "address_4": "string", "suburb": "string", "address_state": "string", "postcode": "string", "country": "string", "contact": "string" }