Accounts
Create Account
Creates a new account.
post/accounts
Request body
Example request
{
"billing_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
}Response
Created
Example response
{
"data": {
"billing_address": {
"administrative_area": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"country": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.