🗞️Implementation Quickstart

In this section, we will guide you through the steps required to use our API effectively.

1. Create a Tagshelf Session

To get started with our API, you'll need to create a Tagshelf Session.

This can be done by making a POST request to the Create Session endpoint.

2. Start an Asynchronous Job

Once you have an active session and its corresponding Session Token, you can start an asynchronous job to execute a validation workflow.

Provide the necessary details of the workflow you want to execute in the POST request to the Start Job endpoint.

Validation workflows are a collection of tasks or steps organized in a structured sequence to effectively verify a person's identity. You can read more about them in the Workflows section.

Last updated

Was this helpful?