v47

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-06-17465244.2 KB
Authentication

Authenticate a user

This endpoint is used to authenticate a user by providing their API Key. It verifies the provided API Key and returns the user's details upon successful authentication.

post/authentication

Response

User authenticated successfully

statusstring

Status indicating the success of the authentication.

userEmailstring

The email address of the authenticated user.

userDisplayNamestring

The display name of the authenticated user.

orgNamestring

The organization name associated with the authenticated user.

processing_timeinteger

The time taken to process the request, in milliseconds.

processing_idstring

A universally unique identifier for the request. This can be used to track the request in the logs.

All 46 operations