# Get Access Token **POST /auth/token** Exchange client credentials for access token using OAuth2 Client Credentials Grant ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **clientId** (string) - **clientSecret** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **accessToken** (string) - **tokenType** (string) - **expiresIn** (integer) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)