Overview
The base urls for staging
and production
are as follows:
Environment | Base Url |
---|---|
Staging | https://api.staging.pipevest.com/v1 |
Production | https://api.pipevest.com/v1 |
Authenticating Endpoints
All API endpoints are authenticated using OAuth 2.0 standards. A clientId
and clientSecret
must be exchanged for a shortlived access token. This access token is then used to authenticate further requests.
1
Access Token Request
2
Authenticate Requests with Token
The access token is passed into the authorization header as a bearer token