Skip to main content
GET
/
organizations
List organizations accessible by the developer
curl --request GET \
  --url https://api.recruitifi.com/v1/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the Partner OAuth 2.0 Client Credentials grant flow.

Response

200 - application/json

List of organizations

id
string
created_at
string
updated_at
string
name
string