© 2026 Hedgehog Software, LLC
Client Credentials
curl --request POST \ --url http://localhost:5173/api/auth/oauth2/token \ --header 'Authorization: Basic bXlfY2xpZW50X2lkOm15X2NsaWVudF9zZWNyZXQ=' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data grant_type=client_credentials
{ "error_description": "code is required", "error": "invalid_request" }