Skip to main content
Get a builder by ID
curl --request GET \
  --url https://sapi.withsutro.com/builders/{builderId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sid": "<string>",
  "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

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

Path Parameters

builderId
string<uuid>
required

Response

The requested builder

A builder is an end user or client who builds and runs apps that integrate with Sutro.

id
string<uuid>
required

Unique identifier for the builder

sid
string
required

Security ID that uniquely identifies this builder in the customer's authentication system. Maps to the sub claim in JWTs.

customerId
string<uuid>
required

The ID of the customer organization this builder belongs to