Accounts
Create account
Create a new workspace account owned by the authenticated user.
post/v1/accounts
Request body
Example request
{
"name": "Acme Inc.",
"notification_sender_type": "Account"
}Response
The created account
Example response
{
"status": 200,
"data": {
"resource": "account",
"id": "6401df46d6a6b0c692d9ec49",
"name": "Acme Inc.",
"primary_color": "aabbcc",
"secondary_color": "112233",
"notification_sender_type": "User",
"roles": [
"owner"
],
"is_delete_allowed": true,
"created_at": "2026-06-03T03:54:16Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.