v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Tokens

Resellers can retrieve access tokens for a given end-user account, assuming that the end-user account falls under the reseller's account.

post/authorizationTokens

Request body

OR
OR
OR

Example request

{
  "targetId": "ca051350a",
  "expirationTimestamp": "2025-03-20T08:47:19.133-01:00"
}

Response

Token created

accessTokenstring required

An OAuth 2.0 access token that authorizes access to protected resources.

refreshTokenstring

An OAuth 2.0 refresh token that can be used to request a new access token without requiring the user to reauthenticate. The refresh token may be issued when generating tokens using an identity access token.

expireTimestampstring date-time required

The time at which the token will expire, if it isn't revoked beforehand.

scopesstring[] required

Example response

{
  "httpsBaseUrl": {
    "hostname": "api.c000.eagleeyenetworks.com",
    "port": 443
  }
}