Account
Create an account
Creates a new account.
post/account
Request body
Example request
{
"name": "Crypto Kong",
"slug": "crypto-kong",
"organization_id": 123,
"status": "active"
}Response
The account was created.
Example response
{
"id": 1234,
"name": "Crypto Kong",
"slug": "crypto-kong",
"organization_id": 123,
"status": "active",
"deleted_at": "2026-05-15T12:34:56.000Z",
"metadata": {
"key": "value"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.