Create a new user profile
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/profiles \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "reference": "<string>", "type": "User" } '
{ "message": "<string>", "success": true, "status": 123, "data": {} }
API key for authentication
SDK version for tracking and compatibility
Profile reference identifier
1
Profile type
User
Department
Merchant
Profile created successfully
Response message
Indicates successful response
true
false
HTTP status code
Response data
Was this page helpful?