Skip to main content
POST
Create JWT Token

Body

application/x-www-form-urlencoded
Username
string
required

Your Credit Benchmark username.

Example:

"your_username"

Password
string<password>
required

Your Credit Benchmark password.

Example:

"your_password"

Response

Access token generated successfully

accessToken
string
required

Bearer access token.

expiresIn
integer
required

Token lifetime in seconds.

Example:

7200

tokenType
string
required

Token type.

Example:

"Bearer"

Last modified on July 10, 2026