Tulip API3.0
The Tulip API gives you programmatic access to your Tulip data.
Query Parameters
Some Tulip API endpoints take parameters specified in the URL query. In the Tulip API, the URL query is expected to be a list of key-value pairs, with pairs separated by &, keys and values separated by =, and keys and values being percent-encoded. Keys are parsed as strings, values must be present for each key, and values are parsed as JSON. Simple string values may be specified as-is instead of being JSON-encoded. A query parameter may be specified multiple times, but only the final value will be used. Examples (shown without percent encoding for readability):
a=1&b=true&c="hello"would parse a parameteraas the number 1,bas the booleantrue, andcas the stringhelloa=foo&b="foo"would parse a parameteraas the stringfooandbas the stringfoodata={"points":[{"x":3,"y":4},{"x":2,"y":-9}]}would parse a parameterdataas an object with a single fieldpointscontaining an array with two elements: an object withxas the number 3 andyas the number 4, and an object withxas the number 2 andyas the number -9a=foo&a=barwould parse a parameteraas the stringbar
|
Contact
|
|---|
|
Tulip Interfaces
https://tulip.co/contact-us/ sales@tulip.co |
|
Servers
|
|---|
|
QA Tulip API Server https://qa.tulip.co/api/v3 |
Terms of Service