Overview

BindID offers a collection of REST APIs that allow you to manage all aspects of user identity. These endpoints allow you to authenticate users, retrieve user info, report user and session data, and more.

EndpointDescription
/authorizeUsed to initiate an authentication. More
/tokenUsed to retrieve ID and access tokens upon each authentication. More
/jwksUsed to retrieve JWKS, in order to validate user tokens. More
/userinfoUsed to retrieve additional user info, if needed. More
/authorize_cibaUsed to initiate a backchannel authentication. More
/session-feedbackUsed to report information related to a session initiated by BindID login. More
/custom-user-dataUsed to store and manage custom data for a user. More
/user/activity/fetchUsed to retrieve user authentication and transaction activity. More
/api/v1/mgmt/send-activationUsed to send BindID registration links to users. More
/api/v1/mgmt/users/Used to manage user devices and remove users.
/api/v1/mgmt/activity-logsUsed to retrieve all user activity for the specified application. More
/api/vbeta/mgmt/admin-logsUsed to retrieve admin events. More
/api/v1/mgmt/brandingUsed to upload a CSS file for the specified application's BindID authentication pages. More
/api/v1/interactive/initUsed to initiate BindID user account actions. More
/interactiveUsed to start BindID user account flows. More