Accounts

User accounts scoped to a project.

Create User Account

Create a user account

post
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequiredExample: Juan Pérez
Responses
chevron-right
200

User created

application/json
post
/mint/v1/accounts

List Project Users

List project users

get
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · min: 1 · max: 50Optional

Number of items per page (capped at 50).

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
Responses
chevron-right
200

User list

application/json
get
/mint/v1/accounts

Last updated