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"
}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"
}Builder authentication and authorization
A unique identifier for the API Client making a request
The requested builder
A builder is an end user or client who builds and runs apps that integrate with Sutro.
Was this page helpful?