GET
/
api
/
v1
/
user
curl --request GET \
  --url https://www.fetchserp.com/api/v1/user \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "user": {
      "email_address": "<string>",
      "api_credit": 123
    }
  }
}

Authorizations

Authorization
string
header
required

A bearer token that will be supplied within an Authorization header as bearer <token>.

Response

200
application/json

success

The response is of type object.