Skip to content

Vanda Analytics Timeseries API (1.0.0)

High-performance time series API with Auth0

Languages
Servers
Mock server
https://dev-docs.vanda-analytics.com/_mock/apis/vanda-msvc-series

Series

Operations

Utility

Operations

Testing

Operations

Get Test Access Token

Request

Generate access token for testing protected endpoints. Available in local and development environments only.

Bodyapplication/jsonrequired
emailstring(email)(Email)required

User email address

Example: "basic@test.com"
passwordstring(Password)>= 8 charactersrequired

User password

Example: "Test1234!"
curl -i -X POST \
  https://dev-docs.vanda-analytics.com/_mock/apis/vanda-msvc-series/series/test/token \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "basic@test.com",
    "password": "Test1234!"
  }'

Responses

Token generated successfully

Bodyapplication/json
access_tokenstring(Access Token)required

JWT access token for API authentication

token_typestring(Token Type)

Token type

Default "Bearer"
expires_ininteger(Expires In)required

Token expiration in seconds

scopeScope (string) or Scope (null)(Scope)

Granted scopes

Any of:

Granted scopes

string(Scope)
Response
application/json
{ "access_token": "string", "token_type": "Bearer", "expires_in": 0, "scope": "string" }

Get Test Access Token

Request

Generate access token for testing protected endpoints. Available in local and development environments only.

Bodyapplication/jsonrequired
emailstring(email)(Email)required

User email address

Example: "basic@test.com"
passwordstring(Password)>= 8 charactersrequired

User password

Example: "Test1234!"
curl -i -X POST \
  https://dev-docs.vanda-analytics.com/_mock/apis/vanda-msvc-series/series/test/token \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "basic@test.com",
    "password": "Test1234!"
  }'

Responses

Token generated successfully

Bodyapplication/json
access_tokenstring(Access Token)required

JWT access token for API authentication

token_typestring(Token Type)

Token type

Default "Bearer"
expires_ininteger(Expires In)required

Token expiration in seconds

scopeScope (string) or Scope (null)(Scope)

Granted scopes

Any of:

Granted scopes

string(Scope)
Response
application/json
{ "access_token": "string", "token_type": "Bearer", "expires_in": 0, "scope": "string" }