Users
Create User
Create a new user for your app.
POST
Headers
Your API key for authentication.
Body
The unique identifier for the app.
The shipping address for the user.
Response
The created user object.
A message indicating the result of the user creation operation.
A code indicating the result of the user creation operation. Possible values:
-
USER_CREATED
: User created successfully -
AUTH_MISSING
: No API key provided -
INVALID_KEY
: Invalid API key -
BAD_REQUEST_ERROR
: Invalid request parameters -
APP_NOT_FOUND
: App not found -
FORBIDDEN
: Not authorized to access app -
INTERNAL_ERROR
: Server error occurred
Error message if the request fails.