Authentication
The PAVE API requires authentication for all API calls, which is achieved through the use of an HMAC-SHA256 message hash as a header within the request.
Introduction
Endpoint
https://openapi.paveapi.com/v1/sessionsHMAC-SHA256
Prerequisites
Steps to Use curl
curl -H "API-Key: <Your_API_Key>" \
-H "API-Token: <Your_Generated_Access_Token>" \
-H "API-Timestamp: <UTC_Datetime_String>" \
https://openapi.paveapi.com/v1/sessionsHeaders
Header Name
Description
Note
Response
Error Responses
Here are examples of how to make this API request using different programming languages:
JavaScript
Python
Go
Swift
Kotlin
Last updated
