Documentation Index

Fetch the complete documentation index at: https://docs.visualvault.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth

Prev Next
This content is currently unavailable in Spanish. You are viewing the default (English) version.

POST   /OAuth/Token


Returns a JSON object with the token, expiration, and refresh.

Body Parameters
ParameterTypeDescription
client_idstringAPI User Key
client_secretstringAPI User Secret
usernamestringAPI User Key
passwordstringAPI User Secret
grant_typestringValue = client_credentials
Response Codes
CodeDescription
200OK
400Bad Request
401Unauthorized
403Forbidden