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": "cf12324a-36f1-465a-8838-41ee699aebc2",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "667c1fc5-8d08-4a50-8b9f-64e962dbcbdc",
"created_at": "2025-07-17T16:23:18+01:00",
"updated_at": "2025-07-17T16:23:18+01:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "aef1ff07-93ce-4b22-94f2-2f169c0b6e63",
"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": "690f57fe-c22c-4777-a11a-d9566f30f004",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-07-17T16:23:18+01:00",
"first_name": "Gareth",
"updated_at": "2025-07-17T16:23:18+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
],
"created_at": "2025-07-17T16:23:18+01:00",
"updated_at": "2025-07-17T16:23:18+01:00",
"joint_account_uuid": "5f7668f5-5404-491e-9f71-c03877651d72",
"external_references": [
{
"uuid": "831ba952-5e4b-49fd-9a95-a8ac57d72c93",
"reference": "AB123456",
"created_at": "2025-07-17T16:23:18+01:00",
"updated_at": "2025-07-17T16:23:18+01:00",
"third_party": "nucleus"
}
]
}