Get api v1 referrals uuid Run in API Explorer
Ask AI
GET
/api/v1/referrals/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/referrals/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "6c9505ed-d129-4105-8891-cb8ea7e3234c",
"direction": "sent",
"connection": {
"uuid": "abc-123"
},
"clients": [
{
"uuid": "client-uuid-1",
"name": "John Doe"
}
],
"cloned_clients": [
{
"uuid": "cloned-uuid-1",
"name": "John Doe"
}
],
"advice_type": "investments",
"duration_months": 3,
"shared_data": [
"basic_details",
"contact_details"
],
"note": "Client needs help with retirement planning.",
"sla_deadline": "2026-02-28",
"status": "pending",
"rejection_reason": "Unable to take on new clients.",
"sender_firm": {
"uuid": "abc-123",
"name": "Sender Firm Name"
},
"recipient_firm": {
"uuid": "def-456",
"name": "Recipient Firm Name"
},
"sender_account": {
"uuid": "248b812c-f478-4ddc-95a1-9b83ed6f5bc2",
"created_at": "2026-07-21T10:23:53+01:00",
"updated_at": "2026-07-21T10:23:53+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": {
"uuid": "7844460a-938a-42b8-9f57-f689686ed219",
"created_at": "2026-07-21T10:23:59+01:00",
"updated_at": "2026-07-21T10:23:59+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"recipient_account": {
"uuid": "87ba8b4f-aee8-4cbd-aa10-3be52c276755",
"created_at": "2026-07-21T10:23:53+01:00",
"updated_at": "2026-07-21T10:23:53+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": {
"uuid": "7844460a-938a-42b8-9f57-f689686ed219",
"created_at": "2026-07-21T10:23:59+01:00",
"updated_at": "2026-07-21T10:23:59+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"created_at": "2026-07-21T10:23:53+01:00",
"updated_at": "2026-07-21T10:23:53+01:00",
"expires_at": "2026-10-21T10:23:53+01:00"
}