GET
/
v1
/
auth
/
verify
import BeyondPresence from '@bey-dev/sdk';

const client = new BeyondPresence({
  apiKey: process.env['BEY_API_KEY'], // This is the default and can be omitted
});

const response = await client.auth.verify();

console.log(response);
"<any>"

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Response

200 - application/json

Successful Response

The response is of type any.