Skip to main content
GET
/
projects
/
{projectId}
Find an project by ID
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "name": "Acme corp",
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "organizationId": "95b11417-f18f-457f-8804-68e361f9164f",
  "projectEnvironments": [
    {
      "id": "95b11417-f18f-457f-8804-68e361f9164f",
      "environmentName": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
Required string length: 36
Example:

Response

name
string
required
Example:
id
string
required
Required string length: 36
Example:
organizationId
string
required
Required string length: 36
Example:
projectEnvironments
object[]