Volt Authentication API

The Authentication API issues OAuth2 access tokens for the Volt gateway. A POST to /oauth exchanges client_id, client_secret and username/password (resource-owner password grant) for a Bearer access_token used on all other API calls.

API entry from apis.yml

apis.yml Raw ↑
aid: volt-io:volt-authentication-api
name: Volt Authentication API
description: The Authentication API issues OAuth2 access tokens for the Volt gateway. A POST to /oauth
  exchanges client_id, client_secret and username/password (resource-owner password grant) for a Bearer
  access_token used on all other API calls.
humanURL: https://docs.volt.io/api-reference/authentication/post-oauth
baseURL: https://gateway.volt.io
tags:
- Authentication
- OAuth2
properties:
- type: Documentation
  url: https://docs.volt.io/implementation/essentials/authentication
- type: APIReference
  url: https://docs.volt.io/api-reference/authentication/post-oauth