Get a single project
GET https://{{base_url}}/v1/projects/{{project_uid}}
The Get a single project request fetches a specific project created in your organization. When executing the API request, you need to provide the organization UID and your authtoken in the Request Header.
To use the API Request, you need to authenticate yourself with an Organization UID and Authtoken. Read more about it in Authentication.
For more information, refer to the Get a single project API Reference document
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. Refer Authentication for more details. | |
organization_uid | string | Enter the Organization UID. | |
Content-Type | string |