/
Authentication

Authentication

1.0 Authentication Token

In order for you to query the API, all requests must be sent with an authentication token.

This needs to be requested from the following url using a POST request. Once the token has been returned, it will expire after 60 minutes.

POST

https://{enterprise}.cvtr.io/oauth/v2/token


ParameterRequiredDescription
client_idYesClient ID which is supplied on a platform wide bases
client_secretYesClient Secret which is supplied on a platform wide bases
grant_typeYesMust be set to "password"
usernameYesYour username
passwordYesYour password

Response

{
    access_token: "ODM5NTIwNjk1MjdhNTMzMzk0MTY2Y2ZkYjg2OWFlN2Y5YzZlNTk1NmUwZmVjOGRkMDhhMzllYTA2ZTA0MDI3Zg"
    expires_in: 3600
    token_type: "bearer"
    scope: null
    refresh_token: "YTQzODk3MDdiM2FhMGYzODYyOTcyOTBkYWZiZWI3YzJmNmEwYmJkYWJiM2I0NzU1Y2Q5OTcwZDA0YzhiZGNjYQ"
}

Related content

API v4.0.0 - API Login
API v4.0.0 - API Login
More like this
API v4.0.0 - Authentication
API v4.0.0 - Authentication
More like this
Active White Papers API
Active White Papers API
More like this
POST Leads via Campaign Web-hook v1
POST Leads via Campaign Web-hook v1
Read with this
Call Centre API Usage
Call Centre API Usage
More like this
Quick Start - Convertr API
Quick Start - Convertr API
Read with this