Retrieve Project Config
This endpoint retrieves the current project settings and configuration details.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successfully returned the current project settings.
application/json
401
Unauthorized – Missing or invalid token.
application/json
403
Forbidden – User is not a member of this project.
application/json
404
Not Found – Project configuration not found.
application/json
500
Internal server error
get
/project-configsLast updated