cURL
curl --request GET \ --url https://api.buildpass.global/builders/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-BuildPass-Api-Version: <x-buildpass-api-version>'
{ "id": "buil_clgbsb90b001qjy0f0eo1hspp", "createdAt": "2023-10-03T23:19:35.771Z", "updatedAt": "2023-10-03T23:19:35.771Z", "name": "BuildPass Constructions" }
Get a builder that you are authorised to access
The access token received from the authorization server in the OAuth 2.0 flow.
What API version to use.
v1
"v1"
"buil_clgbsb90b001qjy0f0eo1hspp"
A builder object
The response is of type object.
object