Platform Organization and Project API Reference
Manage your Pangea Organizations and Projects through the Console APIs
Base URL
api.console.<csp>.<region>.pangea.cloud
post/v1beta/platform/org/get
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/org/get' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Get organization
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/org/getRetrieve an organization
post/v1beta/platform/org/update
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/org/update' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Update organization
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/org/updateUpdate an organization
post/v1beta/platform/project/get
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/project/get' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Get project
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/project/getRetrieve a project
post/v1beta/platform/project/list
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/project/list' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
List organization projects
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/project/listList organization projects
post/v1beta/platform/project/create
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/project/create' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Create project
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/project/createCreate a project
post/v1beta/platform/project/update
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/project/update' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Update project
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/project/updateUpdate a project
post/v1beta/platform/project/delete
cURL
curl -sSLX POST 'https://api.console.aws.us.pangea.cloud/v1beta/platform/project/delete' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Delete project
POST
https://api.console.aws.us.pangea.cloud/v1beta/platform/project/deleteDelete a project
Status Codes
Was this article helpful?