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>", "data": {}, "success": true, "status": 123 }
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
HTTP status code
Response data
Was this page helpful?