curl --request GET \
--url https://sapi.withsutro.com/projects/members \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"components": [
"frontend"
],
"memberCount": 123
}
]curl --request GET \
--url https://sapi.withsutro.com/projects/members \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"components": [
"frontend"
],
"memberCount": 123
}
]Builder authentication and authorization
A unique identifier for the API Client making a request
A list of Projects with member counts
A unique id for your Project
"b08631ad-a4ec-4c27-9995-01287e83d565"
A short name for your Project
128"My Cool Project"
Which components are configured for this project (frontend, backend, or both)
frontend, backend ["backend"]
["frontend", "backend"]
Number of members in the project
Was this page helpful?