# Get all Accounts for the Circle **GET /api/v1/circles/{circle_uuid}/accounts** Gets a list of accounts for the circle with related data ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **circle_uuid** (string) ### Query parameters - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, name, email]. Negative sign to denote DESC. Defaults to 'name'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)