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

Documentation Index

Fetch the complete documentation index at: https://docs.fetchserp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

success

data
object