Skip to main content

The ClientAccount object

idstringrequired
typestringrequired

Possible values: [client_accounts]

attributes required
namestring

The client name

metadataobject

Additional metadata for the client account

Example: {"field_1":"value1","field_2":"value2"}
created_atdate-time
updated_atdate-time
The ClientAccount object
{
"id": "string",
"type": "client_accounts",
"attributes": {
"name": "string",
"metadata": {
"field_1": "value1",
"field_2": "value2"
},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}