Required API endpoints

There is one API endpoint you are required to create - this is to receive data from your front-end and then pass this through to the Presence API together with your secret key.

WebAuth Register Forward

POST https://yourdomain.com/api/webauth-register-forward

You need to create this endpoint to receive registration submission attempts from your front-end and then add your secret key and pass this request on to Presence. The reason this endpoint is required is to protect your secret key so that it stays server-side, meaning user credential registrations can only ever come from you.

Request Body

NameTypeDescription

apiKey

string

uuid

string

credential

string

Last updated