API reference
Resend a seller invitation
Sends the invitation email again and extends its expiry.
POST
/v1/sellers/{sellerId}/invitations/{invitationId}/resendSends the invitation email again and extends its expiry.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
sellerId*string
invitationId*string
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/sellers/string/invitations/string/resend"{ "type": null, "title": null, "status": null, "detail": null, "instance": null, "code": "string"}