List Projects in Organization
Accessible by
- Soulbound administrators
- Organizations
Request
GET {uri:organization-projects} HTTP/1.1
Version: 1
Accept: "application/vnd.gg.soulbound.organization.projects+json"
Authorization: Bearer <api-key>
| Name | Type | Description |
|---|---|---|
| api-key | string | The client's API key |
On success
HTTP/1.1 200 OK
Content-Type: "application/vnd.gg.soulbound.organization.projects+json"
[
{name}: {uri:project}
]
| Name | Type | Description |
|---|---|---|
| name | string | The name of a project |
| uri:project | string | The URL of the project |
Permission denied
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Bearer realm="https://api.soulbound.gg/"