Get my user

Get information on the owner of this API key.

GET
/ v1 / users / me

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Response

200 - application/json - object

  • id
    string
    required

    The user ID.

  • name
    string

    The name of the user.

  • email
    string
    required

    The email of the user.