cURL
curl --request GET \ --url https://relytone.data.cloud/api/v1/projects \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "status": "active", "region": "<string>", "pgVersion": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organization": { "id": "<string>", "name": "<string>" } } ]
Get list of projects for the specified organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization identifier
Successfully retrieved projects list
Project identifier
Project name
Project status
active
inactive
deleted
Project region
PostgreSQL version
Creation time
Update time
Show child attributes
Was this page helpful?