POST
/
api
/
users
/
verify
import SnagSolutions from '@snagsolutions/sdk';

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

const response = await client.users.verify({ accountLinkData: 'accountLinkData' });

console.log(response.message);
{
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object.