Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
uuid
integer Required
GET
/api/v1/circles/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/circles/uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Jones Family",
"uuid": "39b8344f-74cd-4f07-8a18-47ae656316b6",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "e5b5b888-ab9e-4b3e-a9a4-e505ee519c49",
"created_at": "2025-06-05T11:39:38+01:00",
"updated_at": "2025-06-05T11:39:38+01:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "694e1a58-36fb-48a6-8201-a27fe080adde",
"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": "153c080f-6343-4e2d-ada5-fa383962f06e",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-06-05T11:39:38+01:00",
"first_name": "Gareth",
"updated_at": "2025-06-05T11:39:38+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
],
"created_at": "2025-06-05T11:39:38+01:00",
"updated_at": "2025-06-05T11:39:38+01:00",
"joint_account_uuid": "40a37916-1875-4b50-b509-a61cd40756e6"
}