Multischema

A cartoon person with many arms sitting next to a laptop.
Multischema enables you to push out or pull in multiple data formats at the same time.

For example, let's say one of your users is using a customer relationship management service such as HubSpot or Zoho that organizes companies and their contacts.

With multischema, pulling in multiple types of data at once is simple.

To include multischema, simply specify multiple schemas in the schema attribute when initiating your session.

    
    curl --request POST \
    --url 'https://endgrate.com/api/session/initiate' \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer abcde12345' \
    --data '{
        "schema": [
        {
            "endgrate_type": "crm-contact"
        },
        {
            "endgrate_type": "crm-company"
        },
        ],
        ...
    }'
    

For more information about multischema, read our documentation.

Ready to get started?

Book a demo now

Book Demo