Accounts
Create User Account
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érezResponses
200
User created
application/json
400
Bad request
application/json
401
Unauthorized
application/json
409
Conflict
application/json
500
Internal server error
application/json
501
Not implemented
application/json
post
/mint/v1/accountsList Project Users
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: 50OptionalDefault:
Number of items per page (capped at 50).
10pageintegerOptionalDefault:
Page index starting at 0.
0Responses
200
User list
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
get
/mint/v1/accountsLast updated