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)
{
"note": "Client needs help with retirement planning.",
"uuid": "5634ff3d-db7f-43b9-94d7-f7e7a3fb6596",
"status": "pending",
"clients": [
{
"name": "John Doe",
"uuid": "client-uuid-1"
}
],
"direction": "sent",
"connection": {
"uuid": "abc-123"
},
"created_at": "2026-03-20T13:25:15+00:00",
"expires_at": "2026-06-20T13:25:15+01:00",
"updated_at": "2026-03-20T13:25:15+00:00",
"advice_type": "investments",
"sender_firm": {
"name": "Sender Firm Name",
"uuid": "abc-123"
},
"shared_data": [
"basic_details",
"contact_details"
],
"sla_deadline": "2026-02-28",
"cloned_clients": [
{
"name": "John Doe",
"uuid": "cloned-uuid-1"
}
],
"recipient_firm": {
"name": "Recipient Firm Name",
"uuid": "def-456"
},
"sender_account": {
"name": {
"example": "Gareth Thompson",
"collection": false,
"description": "Name"
},
"role": {
"example": "client",
"collection": false,
"description": "Account role"
},
"type": {
"example": "client",
"collection": false,
"description": "Account type"
},
"uuid": {
"example": "179902ff-658a-48e8-9d65-8d6305585a9e",
"collection": false,
"description": "The UUID of the resource."
},
"email": {
"example": "gareth@codepotato.co.uk",
"collection": false,
"description": "(Deprecated - Please use the primary email of the account instead). The email of the account."
},
"last_name": {
"example": "Thompson",
"collection": false,
"description": "Last name"
},
"photo_url": {
"example": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"collection": false,
"description": "The photo URL of the client"
},
"created_at": {
"example": "2026-03-20T13:25:15+00:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"first_name": {
"example": "Gareth",
"collection": false,
"description": "First name"
},
"updated_at": {
"example": "2026-03-20T13:25:15+00:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"external_references": {
"example": "App\\Http\\Resources\\ExternalReferenceResource",
"collection": true,
"description": "The external references that have been added to the client."
}
},
"duration_months": 3,
"rejection_reason": "Unable to take on new clients.",
"recipient_account": {
"name": {
"example": "Gareth Thompson",
"collection": false,
"description": "Name"
},
"role": {
"example": "client",
"collection": false,
"description": "Account role"
},
"type": {
"example": "client",
"collection": false,
"description": "Account type"
},
"uuid": {
"example": "dba11eb4-5352-49eb-aca5-633d0ab9afd0",
"collection": false,
"description": "The UUID of the resource."
},
"email": {
"example": "gareth@codepotato.co.uk",
"collection": false,
"description": "(Deprecated - Please use the primary email of the account instead). The email of the account."
},
"last_name": {
"example": "Thompson",
"collection": false,
"description": "Last name"
},
"photo_url": {
"example": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"collection": false,
"description": "The photo URL of the client"
},
"created_at": {
"example": "2026-03-20T13:25:15+00:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"first_name": {
"example": "Gareth",
"collection": false,
"description": "First name"
},
"updated_at": {
"example": "2026-03-20T13:25:15+00:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"external_references": {
"example": "App\\Http\\Resources\\ExternalReferenceResource",
"collection": true,
"description": "The external references that have been added to the client."
}
}
}