Skip to main content
POST
/
oauth
/
token
OAuth2 Client Credentials
curl --request POST \
  --url https://resource.cavok.dev/api/v1/oauth/token
{
  "success": true,
  "data": {
    "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
    "token_type": "Bearer",
    "expires_in": 14400
  },
  "message": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.cavok.dev/llms.txt

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

Response

successful operation

success
boolean
Example:

true

data
object
message
string | null