Preserve resend-verification compatibility

Preserves the published resend-verification endpoint as an authenticated 204 No Content no-op in every reachable state. It neither replaces a verification token nor dispatches email. Requires a valid customer session token; a missing or invalid token returns 401 with error code `CUSTOMER_AUTH_REQUIRED`. The optional `locale` body field remains accepted for compatibility but does not change the no-op behavior.

POST/customers/resend-verification
Base URLhttps://api.lynkow.com/storefront/{siteId}

Request body
required

  • locale
    string

    Accepted for wire compatibility but has no effect on this authenticated 204 no-op

Feedback

Was this page helpful?