cURL
curl --request POST \ --url https://relytone.data.cloud/api/v1/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "orgId": "<string>", "region": "<string>", "password": "<string>" } '
{ "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>" } }
Create a new project under the specified organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project name
Parent organization identifier
Project region
Database password for the project
Project created successfully
Project identifier
Project status
active
inactive
deleted
PostgreSQL version
Creation time
Update time
Show child attributes
Was this page helpful?