{"note":"OpenAPI conversion -- returning structured metadata","name":"xero-com-xero-identity","description":"Xero OAuth 2 Identity Service API","version":"12.0.0","base_url":"https://api.xero.com","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Xero OAuth 2 Identity Service API\n@base https://api.xero.com\n@version 12.0.0\n@auth Bearer basic | OAuth2\n@endpoints 2\n@toc Connections(2)\n\n@endpoint GET /Connections\n@desc Retrieves the connections for this user\n@optional {authEventId: str(uuid) # Filter by authEventId}\n@returns(200) Success - return response of type Connections array with 0 to n Connection\n\n@endpoint DELETE /Connections/{id}\n@desc Deletes a connection for this user (i.e. disconnect a tenant)\n@required {id: str(uuid) # Unique identifier for retrieving single object}\n@returns(204) Success - connection has been deleted no content returned\n@errors {404: Resource not found}\n\n@end\n"}