cURL
curl --request GET \ --url https://app.concretehq.com/api/v1/companies \ --header 'Authorization: Bearer <token>'
{ "items": [ { "publicId": "abc123def456", "name": "Acme", "primaryDomain": "acmecorp.com", "domains": [ "acmecorp.com", "acme.io", "oldcompanyname.com" ], "headline": "Revolutionary AI software platform for enterprise automation", "alternativeNames": [ "Acme Corp", "OldName Co" ], "linkedinSlug": "acme-corporation", "twitterSlug": "acmecorp", "crunchbaseSlug": "acme-corporation" } ], "nextPageToken": "next_page_token_here" }
List or search companies with pagination support
API key authentication using Bearer token format
Token for pagination to get next page
Number of results per page (default: 100, max: 100)
1 <= x <= 100
Search term to filter companies
List of companies
Show child attributes
Token for fetching next page
"next_page_token_here"