Search... K
Appearance
Start building today!
Sign up for API access to receive your API Key and App ID, then start building with the PCRecruiter API.
Get Started!
Appearance
To get started with the PCRecruiter REST API, you will need access to an API key and APP ID. You can use the link here to sign up for API access: API Interest Form
Upon completing the sign up process the account will need to be approved before use. Once your request has been approved, you will be provided with your API key and APP ID for use with the PCRecruiter REST API. Check our website for more general API information: Developer API Page.
For job boards or custom apps tailored to a specific PCR client:
To create integrations for multiple PCR clients:
If it is your first time using our REST API, please read all of the articles found in this Quick Start Guide section and our Additional References articles, otherwise just visit the API References Section to see what is currently available in the API.
The PCRecruiter REST API uses the access-token endpoint to generate a session. This session ID is required as a BEARER token in the Authorization header for subsequent calls.
POST /rest/api/access-token
{
"Username": "{Username}",
"Password": "***********",
"DatabaseId": "{DatabaseId}",
"ApiKey":"{API Key}",
"AppId":"{App ID}"
}With this information, you can execute a POST call to the access-token endpoint. You will find your session id in the response body.
TIP
Having trouble finding the DatabaseId? Log in to PCRecruiter, then navigate to System > API > API Settings to view it.
WARNING
API calls reflect changes in your supplied database. Be cautious when using PUT, POST, or DELETE calls during testing.
The API References section includes:
The Additional References section provides: