Usage

Authentication

Resources

Interactive documentation for VikingCloud REST API API.

Usage

Click on an endpoint name to inspect its properties, parameters and responses.

Use the "Try it out" button to send a real world payload to the endpoint and inspect the corresponding response.

Authentication

In order to use the API, one must be a registered VikingCloud Portal User. Provide the user credentials to the login endpoint to retrieve a token.

Request to use other APIs should include:

  • the response's AccessToken value in the x-jwt-assertion header. e.g. x-jwt-assertion: foo
  • the response's IdToken value in the Authorization header
    • the value should be prefixed with "Bearer ". e.g. Authorization: Bearer bar

Resources

For more information about how to obtain credentials, please contact support.