Re-check stored credentials against the carrier and persist the result.This replaces the hub's per-browser localStorage probe: the answer is stored with the credentials, so every browser, teammate and support agent sees the same state.Returns 200 with verified: null for a carrier that declares no verification call — an honest "unknown" rather than a green badge.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/json
Successful Response
Bodyapplication/json
🟠422
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://numueg.app/api/v1/stores//shipments/carriers//verify' \
--header'Authorization: Bearer <token>'