cURL
curl --request POST \ --url https://api.gateway.tech/auth \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>", "signature": "<string>", "wallet_address": "<string>" } '
{ "token": "<string>" }
Authenticate account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
model.AuthRequest
OK
Was this page helpful?