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 builder ID.
"builder-id-123"
The identity provider
"clerk"
ID used by the identity provider
The time that the builder joined Ampersand.
Was this page helpful?