import SnagSolutions from '@snagsolutions/sdk';
const client = new SnagSolutions({
apiKey: 'My API Key',
});
const response = await client.users.verify({ accountLinkData: 'accountLinkData' });
console.log(response.message);
{
"message": "<string>"
}
import SnagSolutions from '@snagsolutions/sdk';
const client = new SnagSolutions({
apiKey: 'My API Key',
});
const response = await client.users.verify({ accountLinkData: 'accountLinkData' });
console.log(response.message);
{
"message": "<string>"
}
Body
The body is of type object
.
200
The response is of type object
.
Was this page helpful?