Skip to main content

API - Technical documentation

Updated over 2 weeks 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.

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

Template

Template

Template document

Contract

Project

Document

Project document

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 templates, projects, 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?