cURL
curl --request GET \ --url https://api.withampersand.com/v1/orgs/{orgId}/builders \ --header 'X-Api-Key: <api-key>'
[ { "id": "builder-id-123", "idpProvider": "clerk", "idpRef": "<string>", "createTime": "2023-11-07T05:31:56Z", "firstName": "<string>", "lastName": "<string>", "fullName": "<string>", "primaryEmail": "<string>" } ]
ID of the organization.
List of builders that are a part of the org
The response is of type Builder · object[].
Builder · object[]
Was this page helpful?