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
GET
https://api.seliom.com/whoami
This endpoint validates your API token and returns information about yourself.
Content-Type
string
application/json
X-ORGANIZATION
UUID of the organization for which you are making the request
Authentication
Your authentication token
{ "first_name": "Clark", "last_name": "Kent", "organization": "Seliom" }
{ "message": "Please log in to continue." }
Last updated 4 years ago