Skip to main content
POST
GetOrganization

Authorizations

Authorization
string
header
required

Personal API key, sent as Authorization: Bearer <key>.

Headers

Connect-Protocol-Version
number
required

Define the version of the Connect protocol

Example:

1

Connect-Timeout-Ms
number

Define the timeout, in ms

Example:

1000

Body

application/json

request to get organization info

organizationId
string

id of the organization to request information about

Response

Success

response with organization info

id
string

id of the organization

name
string

name of the organization

slug
string | null

slug of the organization

isSetupBasic
boolean

wether or not basic setup is done

allJobPostingFilterValues
JobPostingFilterValue · object[]

all filter values (and filters they belong to)

allJobPostingFilters
JobPostingFilter · object[]

all filters for the organization

jobPostingEnabledLanguages
JobPostingEnabledLanguage · object[]

the languags that are enabled for the organization to crated job postings for

totalCrewProfiles
string<int64>

total number of crew profiles the organization has

totalJobPostings
string<int64>

total nr of job postings the organization has

totalPinnedJobPostings
string<int64>

total nr of pinned job postings the organization has

maxPinnedJobPostings
string<int64>

maximum nr of pinned job postings the organization can have

totalActiveCrewProfiles
string<int64>

total of active crew profiles

recentlyDeletedCrewProfiles
string<int64>

total archived crew profiles

totalOpenJobPostings
string<int64>

total of open job postings the organisation has

totalClosedJobPostings
string<int64>

total of closed job postings the organisation has

totalProposals
string<int64>

total nr of proposals the organization has