Create a new profile for the organization.
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/profiles \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>' \ --data ' { "reference": "<string>", "type": "<string>" } '
{ "data": { "type": "<string>", "reference": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.oumla.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oumla.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
SDK version header
Profile created
Show child attributes
Was this page helpful?