Internal - Get access token
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://petfen-account.local.com:8081/api/v1/internal/access-token' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"access_token": "string"
}
Modified at 2025-10-10 03:57:05