Account
List API endpoints & credit costs
Return the service-wide catalog of available endpoints, each with its per-call credit cost. Free: this endpoint never debits your quota. The catalog is identical for every customer and changes rarely, so responses are cacheable (Cache-Control: public, max-age=300).
get/endpoints
Response
The endpoint catalog
Example response
{
"endpoints": [
{
"slug": "vin-decode",
"name": "VIN Decode",
"category": "vehicle",
"description": "Decode a 17-character VIN into full vehicle specifications.",
"creditCost": 1
}
]
}