curl --request GET \
--url https://sapi.withsutro.com/builders \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sid": "<string>",
"customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"count": 123,
"total": 123
}curl --request GET \
--url https://sapi.withsutro.com/builders \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sid": "<string>",
"customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"count": 123,
"total": 123
}Builder authentication and authorization
A unique identifier for the API Client making a request
Maximum number of builders to return
Number of builders to skip
Was this page helpful?