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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.indexinginsight.com/v1'
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"
        }
    ]
}

Request

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

Responses

🟢200Success
application/json
Body
_id
string 
required
api_key_label
string 
required
account
object 
required
_id
string 
required
email
string 
required
websites_access
array [object {2}] 
required
_id
string 
optional
url
string 
optional
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-06-06 13:07:55
Previous
Google Sheets
Next
URL report
Built with