Profiles
Create
Create a profile for your enduser.
POST
Headers
Your API key for authorization.
Body Parameters
No additional parameters required. The profile will be created for the authenticated developer.
Response
Indicates whether the operation was successful.
The created profile object.
A code indicating the result of the operation. Possible values:
PROFILE_CREATED
: Profile created successfullyPROFILE_CREATION_FAILED
: Failed to create profile
Error message if the request fails.
A profile is automatically associated with the authenticated developer. Each developer can have multiple profiles.