Authentication

Get Basic user data

Endpoint to get basic user data.

get/auth/me

Response

Successful Response

idstring required

The user's id

available_integrationsDocumentProviders[] required

All integrations available for the app

installed_integrationsDocumentProviders[] required

All integrations installed for the user

token_expirationstring date-time nullable required

The expiration time of the user token used to make the request

Changes