cURL
curl --request GET \ --url https://relytone.data.cloud/api/v1/projects/{id} \ --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 detailed information of a project by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project identifier
Successfully retrieved project details
Project name
Project status
active
inactive
deleted
Project region
PostgreSQL version
Creation time
Update time
Show child attributes
Was this page helpful?