Authorization
After obtaining your account's API Token, you should test your connection with our whoami endpoint.
All requests made to Seliom's API should include the following headers:
- Authorization: your auth token.
- X-Organization: your organization's UUID.
- Content-Type: application/json
get
https://api.seliom.com
/whoami
Who Am I?
Last modified 1yr ago