v1

latestOpenAPI 3.0.12026-08-067576.0 KB
Manage contracts

Resend contract details

Use this endpoint to resend the invitation email to the partner's registered contract email address.

post/partners/resend-invite

Request body

is_test0 | 1

Flag to filter in/out test partner cards. Setting it to 1 will look for test partners only, 0 will look for non-test partners only.

legal_contact_emailstring required

Contract contact email id of the partner. This is treated as the unique identifier for the partner.

Response

OK

Example response

{
  "data": {
    "status": "Invitation sent to Partner.",
    "success": 1
  },
  "meta": {
    "ruid": "UmFuZG9tSVYkc2Rl...="
  }
}