User
Create a user
Creates the authenticated Firebase user's Cardda account. The identity (id and email) is taken from the verified Firebase ID token — not from the body. This endpoint authenticates via a Firebase ID token (the normal bearer session is skipped); the token is supplied in the Authorization header. Optional pomelo_user details provision a Pomelo (Mexico) card user; if that provisioning fails a 400 is returned.
post/v1/users
Parameters
#/paths/~1v1~1users/get/parameters/0 — unresolved $ref
Request body
Example request
{
"user_type": "business"
}Response
The created user.
Example response
{
"user_type": "business",
"status": "pending"
}