REST API
cURL
curl --request GET \ --url https://api.basic.tech/auth/userInfo \ --header 'Authorization: Bearer <token>'
This endpoint is deprecated. Use /auth/userinfo instead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Permanent redirect to /userinfo