Skip to main content
POST
/
v1
/
ext
/
jwt
/
generate-token
Generate Access Token
curl --request POST \
  --url https://staging-api.liquidity.walletos.xyz/v1/ext/jwt/generate-token \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6ImFwaWdhdGV3YXkvYXV0aG9yaXphdGlvbiIsImF1ZCI6IjhhYTk2N2FjLTkxYTYtNDEzZC05MTQ2LTk3OGE0YjUwMWE4NCIsImlhdCI6MTcwNTg4MDI3ODk0NywiZXhwIjoxNzA1ODgzODc4OTQ3fQ.HXOOxo7aMbdDKu_Q8883u9RZ9_ODw4Dm4rT6VcJ8wLg"
}

Body

application/json

No request body required. Authentication is handled via Basic Auth headers.

Empty object - authentication uses Basic Auth credentials

Response

200 - application/json

200 - OK

accessToken
string