Validate the magic token + code
POST/v1/partner/supplier-access/validate
Exchanges the magic token and the 6-digit code for a short-lived claim_token used by /mint. Increments the per-session attempt counter on miss; 5 misses lock the session.
Request
Responses
- 200
- 400
- 401
- 410
- 423
- 429
Validated. Use the returned claim_token at /mint.
Missing token or code.
Bad code (attempt counter incremented).
Session expired or already used.
Session locked after 5 failed attempts.
Rate limit exceeded.