| PixLab  & FACEIO | Knowledge Sharing & Public Forums


Backend API Call Error: Request missing mandatory token(s)

Asked
Modified
Viewed 3549 times
19

I'm implementing faceio using the npm package. I have copied the boilerplate code and added my API key were appropriate. When I try enrolling a new user, I get an error code 10, "Request missing mandatory token(s)." When I examine the request headers through the dev tools, I can see my API key there.. Please advise.


Accepted Solution

37

 Hello,

The FACEIO NPM and CDN package are client sides JavaScript libraries that you integrate on your codebase, and initialize with your application Public ID that is usually 8 characters long, and found on the Application Manager on the FACEIO Console.

The API key on the other side is used to manage your application from your backend uisng the FACEIO REST API such as deleting Facial/Index ID, etc. The API key is 32 characters long, and is located on the API Tab of the Application Manager on the FACEIO Console

Finally, you may refer to the community tutorials at the integration page for a step by step integration guide.

Thank you.