Authentication enables you to manage all aspects of user identity, such as accessing the API endpoints. Buildify employs basic authentication using the API Key. All API requests must be made over HTTPS, and API requests without authentication will fail.Documentation Index
Fetch the complete documentation index at: https://getbuildify.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key
Authentication to the API is performed via HTTP Basic Auth. To authenticate with Buildify API endpoints, you must provide the API Key in the header, as shown below.Authentication Header
GET - Search Listings endpoint. In this scenario, you can send an API request by adding your API Key in the Authentication header to retrieve the listings information.
Search Listings Sample
Alert!
Your API keys carry many concessions, so keep them safe! Do not share your secret API keys on publicly accessible sites.