POST
/
v1
/
projects
/
:namespace
/
invites
curl --location --request GET 'https://api.lawg.dev/v1/projects/:namespace/invites' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
 🚧 Under construction

You must be authenticated and have access to the project to access this route

Response

🚧 Under construction

curl --location --request GET 'https://api.lawg.dev/v1/projects/:namespace/invites' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
 🚧 Under construction