The PERSCOM API provides programmatic access to your personnel data, enabling integration with third-party services and custom applications.Documentation Index
Fetch the complete documentation index at: https://docs.perscom.io/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
Jumpstart your integration using our official Postman collection.OpenAPI Specification
View the PERSCOM API OpenAPI specification file.
Base URL
All API requests use the following base URL:{version} with the API version. The current version is v2.
Request Format
The PERSCOM API uses a RESTful interface. Requests require:- An HTTP method:
GET,POST,PUT,PATCH, orDELETE - An API key passed as a Bearer token in the
Authorizationheader - The
Accept: application/jsonheader
Authentication
API requests require authentication via an API key. Pass your key as a Bearer token in theAuthorization header: