cURL
curl --request POST \ --url https://api.recruitifi.com/v1/organizations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Acme Corp" } '
{ "id": "<string>", "created_at": "<string>", "updated_at": "<string>", "name": "<string>" }
The access token received from the authorization server in the Partner OAuth 2.0 Client Credentials grant flow.
Organization object to be created
"Acme Corp"
Organization created