Skip to content
Coritan Docs

Organization API: Org Ticket Requests

Every Organization API operation tagged Org Ticket Requests.

View as Markdown

Base URL: https://api.coritan.com/api/v1. Paths below are complete.

To try these requests in the browser, open the interactive Organization API reference.

Method Path Summary
GET /api/v1/orgs/{org_slug}/staff/me/server-access My server access
POST /api/v1/orgs/{org_slug}/staff/me/server-access/{server_uuid}/leave Stop being a subuser on a server

GET /api/v1/orgs/{org_slug}/staff/me/server-access

The servers the caller's own storefront account is a subuser on, whether lent by a ticket or shared by a customer some other way.

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

Stop being a subuser on a server

Section titled Stop being a subuser on a server

POST /api/v1/orgs/{org_slug}/staff/me/server-access/{server_uuid}/leave

Stop being a subuser on a server. A ticket that lent the access says so.

Name In Type Required
server_uuid path string yes
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.