GET
/api/v1/circles/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/circles/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Jones Family",
"uuid": "12a68c1c-14ef-40cb-92a9-97bbd7cebc85",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "d81f8897-6d9d-41b6-8a34-0f5811bda47b",
"created_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+00:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "69a109b4-0f72-4a51-910f-e05ce9a9e499",
"description": "UUID of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
}
},
"participants_count": "3"
}
],
"accounts": [
{
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "f5e8a4fc-1961-4bc8-ac2e-c99eb55ded7e",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2025-12-04T22:09:15+00:00",
"first_name": "Gareth",
"updated_at": "2025-12-04T22:09:15+00:00",
"with_login": true,
"inactive_at": "2025-12-04",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2025-12-04T22:09:15+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-12-04T22:09:15+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2025-12-04T22:09:15+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-12-04T22:09:15+00:00"
}
],
"bg_colour": "#35f4e1",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"created_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+00:00",
"joint_account_uuid": "3f5ebfca-50ed-4310-9f78-3c19d740db27",
"login_access_level": "write",
"external_references": [
{
"uuid": "f6790382-f9d5-41ae-bc89-855ce71a0fa5",
"reference": "AB123456",
"created_at": "2025-12-04T22:09:15+00:00",
"updated_at": "2025-12-04T22:09:15+00:00",
"third_party": "nucleus"
}
]
}