curl --request POST \
--url https://api.example.com/builders \
--header 'Content-Type: application/json' \
--data '
{
"sid": "<string>"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sid": "<string>"
}curl --request POST \
--url https://api.example.com/builders \
--header 'Content-Type: application/json' \
--data '
{
"sid": "<string>"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sid": "<string>"
}A Builder's SID is the security ID associated with a Customer User. This SID comes from the Customer and should uniquely identify a User in their Authentication system.
This SID is what should be in the sub claim of any JWTs used to authenticate requests to the Sutro API from the Customer API
The newly added Builder
A Builder's SID is the security ID associated with a Customer User. This SID comes from the Customer and should uniquely identify a User in their Authentication system.
This SID is what should be in the sub claim of any JWTs used to authenticate requests to the Sutro API from the Customer API
Was this page helpful?