Auth
Retrieve auth
Retrieve authentication details for the current API key
post/auth.info
Response
OK
Example response
{
"data": {
"user": {
"name": "Jane Doe"
}
}
}Retrieve authentication details for the current API key
OK
{
"data": {
"user": {
"name": "Jane Doe"
}
}
}