Close
- Go to Users > POST users/login or Owners > POST owners/login.
- In the Credentials textbox, located under the Parameters list, enter your Domain's credentials in JSON format, e.g. {"username":"mycompany", "password":"123546"} and click on the Try it out! button.
- From the Response Body field, that should have now appeared under the Try it out! button, copy the token (without the quotes) and paste it on the text field on the top right corner of the page (left of the Explore button).
- Click on Explore and you can try all the endpoints using the Try it out! buttons.
HTTP Requests
If you want to access the API by sending your own HTTP requests you have to provide the token by passing it inside the x-access-token header with every request (except /login)
Changelog
To view the changelog visit this link.