<aside>

This API supports Bearer token authentication, using either an API Token or an OAuth2 access token.

To access protected endpoints, you need to include your unique token in the Authorization header of your HTTP requests:

“Authorization” : “Bearer <your API token value | YourOAuth2TokenValue>”

</aside>

API Tokens

You can create API tokens in your SEEN Platform account by navigating to:

Settings → API → Create API Key


OAuth2 Clients

You can create OAuth2 clients by navigating to:

Settings → OAuth2 → Create OAuth2 Client

Obtaining an OAuth2 Access Token

After creating your OAuth2 Client, you can obtain your an access token with the following schema:

Endpoint

https://next.seen.io/oauth2/token

Request Method

POST

Request Header

Content-Type: application/x-www-form-urlencoded

Request Body

Key Value Comment
grant_type client_credentials Required
client_id <client_id> Required
client_secret <client_secret> Required
scope requested scopes Space separated