Authentication
How to manage authentification on API call
Last updated
Was this helpful?
How to manage authentification on API call
Last updated
Was this helpful?
All your connections should respect the Basic access authentication protocol, which must be used via HTTPS, except in development mode. In order to make an API call with this method, you must add an HTTP header:
You must concatenate your , then convert the whole to base64. Your HTTP header will therefore look like:
All your requests should have at least a "group_id" key with the company id you