Skip to main content
OAuth 2.0 standardized access tokens allow authenticated requests to be made to the Pipevest API. This document will guide you on how to create, and delete authentication tokens.

Creating an Auth Token

To create an Auth Token:
Make a POST request to /oauth/token
The resulting access token has a TTL of 60 mins.

Revoke Auth Token

To revoke an auth token:
Make a POST request to /oauth/revoke

Entity Reference

Access token tokenType will always be Bearer

Webhook Subscriptions

Authentication Concepts

Check out the auth mechanisms used to keep the API secure