Projects
Get project
Get details of a specific project.
get/api/v1/projects/{id}
Path parameters
idstring uuid required
Project ID (UUID)
Response
Project details
Example response
{
"data": {
"name": "production",
"slug": "production",
"default_region": "us-east"
}
}