Authenticate
It is used to get the JWT token value that will be used for all authorized requests under the Project.
Query parameters
userAddressstring · public-keyRequired
The public key value of the crypto wallet used by the user.
qstringRequired
Value checked to ensure the security of the request.
Responses
200
JWT token string
text/plain
ResponsestringExample:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
400
Invalid 'UserAddress' or 'q' parameter
401
Invalid 'ApiKey'
post
POST /headless/auth/token HTTP/1.1
Host: headless.bflows.io
Accept: */*
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...