/applicants/applicant-statuses

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

This ID is used to identify the specific team record in the Apploi platform which owns the application statuses being queried.

This ID is assigned by Apploi automatically when a team record is first created and is unique to each team. The value of the team_id can be found in each of the items returned in the response data of a call to the /applicants endpoint. If the JSON body of the response were assigned to a variable called response then the team ID for the first item could be accessed through the following nested attribute reference: response.data[0].job.team_id(JavaScript), response['data'][0]['job']['team_id'](Python). When fetching the available application statuses for the purpose of updating the status of specific job applications, the team_id should be the same as the one found in a response from a call to the /applicants endpoint.

Examples: 123456, 789012

Headers
string
required
string

The bearer token provided by the /easy-apply and/or /v1/users/login endpoints (depending on the use case). This token should be passed in the 'Authorization' header in the following format: 'Bearer '.

Responses

400

400 response

403

Invalid Token

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json