Indexing Insight API
  1. References
Indexing Insight API
  • Getting Started
  • Guides
    • Authorization
    • Rate limiting
    • Response errors
    • API key details
    • URL report
    • Index coverage
  • Clients
    • Screaming Frog
    • Google Sheets
  • References
    • API key details
      GET
    • URL report
      GET
    • Index coverage
      GET
  1. References

API key details

GET
/v1
The API key details endpoint is where developers can view more information about the API key.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
🟠403Forbidden
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.indexinginsight.com/v1' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "_id": "671215159a28ba1e2b3b622d",
    "api_key_label": "API token for app XYZ",
    "account": {
        "_id": "654e2e4dd5bc1a7bd8b77da4",
        "email": "username@mail.com"
    },
    "websites_access": [
        {
            "_id": "645f2e5cd8cd9b7bd8b55ab1",
            "url": "domain.com"
        }
    ]
}
Modified at 2025-06-06 13:07:55
Previous
Google Sheets
Next
URL report
Built with