VerifiMeVerifiMe Developer Portal
API Reference

Get tracking reference status

Returns the current status of a customer verification session. Poll this endpoint to determine whether the customer has completed data entry.

GET
/v1/user/signup/tracking/{trackingReference}/status

Path Parameters

trackingReference*string

The tracking reference UUID returned from the invite endpoint

Formatuuid

Response Body

application/json

curl -X GET "https://api.stage.verifime.com/v1/user/signup/tracking/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"
{
  "status": "Inactive"
}
Empty