{"note":"OpenAPI conversion -- returning structured metadata","name":"zeit-co","description":"ZEIT API","version":"v2019-01-07","base_url":"https://api.zeit.co","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ZEIT API\n@base https://api.zeit.co\n@version v2019-01-07\n@auth Bearer bearer | OAuth2\n@endpoints 5\n@toc integrations(3), domains(2)\n\n@group integrations\n@endpoint GET /v1/integrations/webhooks\n@desc Get a list of existent webhooks\n@optional {teamId: str # A team id in case you want to act on behalf of a team}\n@returns(200) OK\n\n@endpoint POST /v1/integrations/webhooks\n@desc Create a new webhook\n@required {name: str # A name to assign to the webhook, url: str # The URL ZEIT will post to when events happen}\n@optional {teamId: str # A team id in case you want to act on behalf of a team}\n@returns(201) {id: str, events: [str], url: str, name: str, configurationId: str, createdAt: int, ownerId: str} # OK\n\n@endpoint DELETE /v1/integrations/webhooks/:id\n@desc Remove a webhook by id\n@optional {teamId: str # A team id in case you want to act on behalf of a team}\n@returns(204) OK\n\n@endgroup\n\n@group domains\n@endpoint GET /v4/domains\n@desc Gets a list of domains registered for the authenticating user.\n@optional {teamId: str # A team id in case you want to act on behalf of a team}\n@returns(200) {domains: [map]} # OK\n\n@endpoint GET /v4/domains/{name}\n@desc Get a domain for the authenticated user by name\n@required {name: str # A team id in case you want to act on behalf of a team}\n@optional {teamId: str # A team id in case you want to act on behalf of a team}\n@returns(200) {domain: map{boughtAt: int?, cdnEnabled: bool, createdAt: int?, expiresAt: int?, id: str, intendedNameservers: [str], name: str, nameservers: [str], nsVerifiedAt: int?, orderedAt: int?, serviceType: str, transferredAt: int?, txtVerifiedAt: int?, verificationRecord: str, verified: bool, suffix: bool, aliases: [map], certs: [map], creator: map{customerId: str, email: str, id: str, username: str, isDomainReseller: bool}}} # OK\n@errors {404: Not Found}\n\n@endgroup\n\n@end\n"}