cURL
curl --request GET \ --url https://api.attio.com/v2/objects \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": { "workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c", "object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795" }, "api_slug": "people", "singular_noun": "Person", "plural_noun": "People", "created_at": "2022-11-21T13:22:49.061281000Z" } ] }
Lists all system-defined and user-defined objects in your workspace.
Required scopes: object_configuration:read.
object_configuration:read
This API uses OAuth 2.0 with the authorization code grant flow.
Success
Show child attributes
A UUID to identify the workspace this object belongs to.
"14beef7a-99f7-4534-a87e-70b564330a4c"
A UUID to identify the object.
"97052eb9-e65e-443f-a297-f2d9a4a7f795"
A unique, human-readable slug to access the object through URLs and API calls. Formatted in snake case.
"people"
The singular form of the object's name.
"Person"
The plural form of the object's name.
"People"
When the object was created.
"2022-11-21T13:22:49.061281000Z"
Was this page helpful?