Use Accord's Developer API to connect to an infinite number of applications
Accord's API Platform is currently in Beta.
Accord's Developer API is core to our principle that your data is yours. Access to read and write this data is foundational for organizations to build a repeatable customer collaboration process. As a customer, you have full programmatic access to 20+ objects (Accords, Steps, Contacts, and Engagements, etc) that comprise of their workspace.
Built on the GraphQL open standard, it enables developers to build fast, secure, and robust integrations using a variety of open source tool.
query {
accords(orderBy: CREATED_AT_DESC) {
id
accountName
opportunityName
opportunityAmount
createdAt
accordMembers {
id
account {
}
}
}
}
Sample of available endpoints
Creating an API key
You can create an API key in Settings portion of your workspace under API Keys, or visit <workspace slug>.inaccord.com/api-keys.
Authentication
To authenticate, please use the following header for requests
authorization: Bearer <YOUR_API_KEY>
Not a developer? You can easily integrate your applications with our article, Connect Accord to Zapier.