cURL
curl --request GET \ --url https://api.recruitifi.com/v1/organizations \ --header 'Authorization: Bearer <token>'
[ { "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.
List of organizations