Introduction
0 min
the digitail api is organized around rest http //en wikipedia org/wiki/representational state transfer our api has predictable resource oriented urls, accepts form encoded https //en wikipedia org/wiki/post (http)#use for submitting web forms request bodies, returns json encoded http //www json org/ responses, and uses standard http response codes, authentication, and verbs you can request access to the digitail api by submitting this page we'll try to answer as soon as possible as we're sifting through all requests make sure to explain your usecase thoroughly so we can speed up the process you can use the digitail api in test mode, which doesn’t affect your live data the server you use to make the request determines whether the request is live mode or test mode the digitail api doesn’t support bulk updates you can work on only one object per request