Company Data API Introduction
POST https://api.craft.co/v1/queryPOST https://api.craft.co/v1/schema{
"query": "...",
"variables": { "myVariable": "someValue", ... }
}query getCompany($domain: String!) {
company(domain: $domain) {
locations {
city
country
}
}
}Response
Getting started with PythonGetting started with cURLLast updated
Was this helpful?