Reviewing License Status

There are multiple ways to access the status of license verification orders depending on your use case.

1. Retrieve All License Verification Orders

GET https://api.myverdata.com/external/api/v1/license-verification

  • Useful for portfolio-level monitoring, where you want to review or audit all licenses associated with a seller.

  • Best for ongoing monitoring of existing users.


2. Callback URL

Submitting a new license verification order, requires a callback_url parameter.

  • Once the verification is complete, Verdata will send the response to the specified callback URL.

  • This is the most efficient method for tracking newly created orders, as it eliminates the need for polling.


3. Retrieve Order by Order ID

GET https://api.myverdata.com/external/api/v1/license-verification/order/{id}

  • Returns the full status and details of a specific license verification order.

  • Recommended when you need to check the status of a new order or re-check the status as part of ongoing monitoring.


POST https://api.myverdata.com/external/api/v1/seller-detailed

  • A Seller Report may include license verification data that has already been submitted for that seller.

  • This method only works for already submitted orders.

  • Best suited for ongoing monitoring and when you are already consuming the Seller Report for other data.


5. Retrieve All License Verifications by Seller

GET https://api.myverdata.com/external/api/v1/license-verification/seller/{seller_id}

  • Returns all license verification orders submitted for a given seller.

  • Gives the same license-level details as step 4, without incurring an inquiry for a given seller


Last updated