Skip to content
API referencePlatformProjects

List all projects the caller is a member of

GET
/platform/v1/projects

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/platform/v1/projects"
[  {    "billing_account_id": "db2251e5-5308-40a7-9f48-3aed5a9ce736",    "branding": {      "accent_color": "string",      "logo_url": "string",      "primary_color": "string"    },    "created_at": "2019-08-24T14:15:22Z",    "display_name": "string",    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "locked": true,    "my_role": null,    "name": "string",    "owner_user_id": "65139110-7c3c-4777-b692-80c218be3b9d",    "slug": "string",    "updated_at": "2019-08-24T14:15:22Z"  }]
{  "detail": "Pool slug must be unique.",  "instance": "urn:forestvpn:trace:a1b2c3d4",  "title": "Validation Error",  "type": "https://fvpn.net/errors/validation"}