The Craft Company Data API is a GraphQL API build over HTTP and SSL.
GraphQL makes it possible to make a single API call to fetch all of the information on a particular company you need.
In order to make an API call, you need to send a POST request to the Company Data API endpoint:
POST https://api.craft.co/v1/query
In order to receive the GraphQL schema, you would do a POST request:
POST https://api.craft.co/v1/schema
A GraphQL POST request should use the application/json content type, have the x-craft-api-key header with your API Key in the value , and include a JSON-encoded body of the following form: