Search... K
Appearance
Welcome!
Welcome to the new PCRecruiter API documentation website!
We plan to use this area to announce upcoming changes and additions to our API, so please keep an eye out here for future announcements.
Get Started!
Appearance
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}"
}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: