Rutter Atlas API
    • List destinations
      GET
    • List places
      GET
    • List events
      GET
    • Get place
      GET
    • Get event
      GET
    • Schemas
      • Meta
      • Pagination
      • Attribution
      • Address
      • PlaceLocation
      • Contact
      • PlaceEditorial
      • PlaceAccess
      • Sustainability
      • Provenance
      • Validity
      • Image
      • OpeningHoursRow
      • Place
      • EventClassification
      • EventLocation
      • EventOccurrence
      • EventEditorial
      • Event
      • Destination
      • ApiError

    ApiError

    RFC 7807 error response. Every error returns this structure.

    {
        "error": {
            "type": "authentication_error",
            "code": "invalid_api_key",
            "message": "The API key provided is invalid or has been revoked.",
            "param": "string",
            "doc_url": "https://docs.rutteratlas.com/api/authentication"
        }
    }
    Built with