{ "operationId": "introspect", "method": "GET", "path": "/token/introspect", "summary": "Webflow Get Authorization Info", "requestExamples": [], "responseExamples": [ { "status": "401", "contentType": "application/json", "example": { "code": "not_authorized", "message": "Request not authorized", "externalReference": null, "details": [] } }, { "status": "4XX", "contentType": "application/json", "example": { "code": "bad_request", "message": "Bad Request: Request is malformed", "externalReference": null, "details": [] } }, { "status": "5XX", "contentType": "application/json", "example": { "code": "internal_error", "message": "An Internal Error occurred", "externalReference": null, "details": [] } } ] }