Issue or refresh a token
OAuth
Issue or refresh a token
Exchange an authorization code for tokens, or refresh an access token using a refresh token.
POST
Issue or refresh a token
Documentation Index
Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Available options:
authorization_code, refresh_token Required for grant_type=authorization_code.
Required for grant_type=authorization_code.
Original string before hashing. Required for grant_type=authorization_code.
Required for grant_type=refresh_token.
Response
Tokens issued successfully.