Skip to main content
List all builders for the authenticated customer
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
}

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Query Parameters

count
integer
default:20

Maximum number of builders to return

offset
integer
default:0

Number of builders to skip

Response

200 - application/json

A paginated list of builders

data
Builder · object[]
required
count
integer
required

Number of builders returned in this page

total
integer
required

Total number of builders