Authorización

Esta página aún no ha sido traducida al español.

After obtaining your account's API Token, you should test your connection with our whoami endpoint.

Who Am I?

GET https://api.seliom.com/whoami

This endpoint validates your API token and returns information about yourself.

Headers

Name
Type
Description

Content-Type

string

application/json

X-ORGANIZATION

string

UUID of the organization for which you are making the request

Authentication

string

Your authentication token

{    
   "first_name": "Clark",    
   "last_name": "Kent",
   "organization": "Seliom"
}

Last updated

Was this helpful?