Getting Started
Jumpstart your integration using our official Postman collection.PERSCOM API OpenAPI Schema
View the OpenAPI specification file.
GET
, POST
, PUT
, PATCH
, orDELETE
request along with an API key to an available URL endpoint. A collection of all available endpoints can be found under theEndpoints
folder.
Authentication
Requests to the PERSCOM API require the user to verify who they are. The API expects an API Key to be passed via aBearer
token in theAuthorization
header of your HTTP request. API Keys can be managed under your PERSCOM dashboard.
Versioning
In an effort to always provide a powerful and robust API, we’ve adopted a versioning system to help us roll out regular updates. The API version is defined as a path parameter in the URL. For example:{version}
with the API version. The current API version is v2
.