Organization API: Org Ticket Requests
Every Organization API operation tagged Org Ticket Requests.
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.
Operations
Section titled Operations| 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 |
My server access
Section titled My server accessGET /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.
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
Responses
Section titled Responses| 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 serverPOST /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.
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
server_uuid |
path | string | yes |
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |