Fetch a project
GET/nevisadmin/api/v1/projects/:projectKey
Required permission: VIEW_PROJECT on the project, or higher scope
Fetches the project with the given key.
- If the requested project does not exist: return status 404 Not Found.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid project key
Insufficient permissions.
Project not found