Bflow will launch on June!

Authenticate

Get Token

post

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...
post
/headless/auth/token
POST /headless/auth/token?userAddress=text&q=text HTTP/1.1
Host: headless.bflows.io
Accept: */*
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Last updated