REST APIs
cURL
curl --request GET \ --url https://api.basic.tech/auth/userInfo \ --header 'Authorization: Bearer <token>'
{ "sub": "<string>", "id": "<string>", "name": "<string>", "email": "<string>" }
JWT Authorization Token header using the Bearer scheme
Default Response
The response is of type object.
object