Skip to main content

API V1 - GraphQL Documentation

Updated over a week ago

Tomorro provides a public GraphQL API allowing you to both receive and send data.

The possibilities are numerous and concretely allow you to perform almost all possible operations on our platform. It's the same API we use internally for developing our applications and providing connections to other tools.

Our API V1 (GraphQL) will be deprecated. If you are starting a new integration project, we encourage you to use API V2 (REST).

Developpers documentation

  • Queries → All the possibilities for extracting data from Tomorro to third-party software

  • Mutations → All the possibilities for sending data from third-party software to Tomorro.

Our webhook documentation: How to use them / Technical documentation

Glossary

API Name

Tomorro Name

type

Contract types

template

Template

contract

Contract

document

Contract document

externalCompany

Counterparty

attributeDefinition

Smart field

Authentification & Setup

Endpoint : https://api.tomorro.com/graphql

Content-Type : application/json

X-API-KEY : YourAPIKey


A personal API key can be generated in the Tomorro application.

  • Go to https://app.tomorro.com/integrations

  • Go to the API section > Generate an API key

Tips

  • You can find all ids directly in the URL (available for contract types, contracts, counterparties...).

  • "GraphQL Network Inspector" can help you to visualise all live requests while using the app.

    • Download it

    • While using Tomorro > Right click > Inspect

    • Go to "GraphQL Network"

Did this answer your question?