Skip to main content
POST
Create an account

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"

Headers

Idempotency-Key
string

Retry-safe request key: repeating a request with the same key returns the original result instead of creating another account

Body

application/json

Account creation request

Account creation request

name
string
required

Account name, shown wherever the account is listed. Cards created on this account draw from its balance.

Example:

"Meta — Q3 — Advertiser A"

Response

Created account

id
integer
required

Account ID.

Example:

1234

name
string

Account name.

Example:

"Meta — Q3 — Advertiser A"