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": "0838dcb8-9eb4-48a2-ab7b-d9bcbbc7cd21",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "d5dc8d3e-383a-41bb-afd1-ceda9f2e46ce",
"created_at": "2025-08-07T13:41:38+01:00",
"updated_at": "2025-08-07T13:41:38+01:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "ac0546e6-d15d-40b9-9f54-9ca6dfdbc39a",
"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": [
{
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "83550bc5-c49c-48e8-970d-2731448d695e",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-08-07T13:41:38+01:00",
"first_name": "Gareth",
"updated_at": "2025-08-07T13:41:38+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
],
"bg_colour": "#35f4e1",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"created_at": "2025-08-07T13:41:38+01:00",
"updated_at": "2025-08-07T13:41:38+01:00",
"joint_account_uuid": "e32cc53d-a0cd-474b-a1a9-66f1bf06090f",
"external_references": [
{
"uuid": "a6d67038-0d5b-499b-9b73-55bc115c7cb9",
"reference": "AB123456",
"created_at": "2025-08-07T13:41:38+01:00",
"updated_at": "2025-08-07T13:41:38+01:00",
"third_party": "nucleus"
}
]
}