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: