get https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id//users/invitations/invitation-code/
Returns Invitations by the specific Invitation code sent.
Response
Returns Invitations by the specific Invitation code sent.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id/tenantId/users/invitations/invitation-code/invitationCode \
--header 'accept: application/json'
xxxxxxxxxx
20{
"sidedrawer": "string",
"sidedrawerRole": "string",
"contributor": {
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"brandCode": "string"
},
"relation": {
"personal": "spouse",
"profession": "estate_lawyer",
"professionOther": "string",
"personalOther": "string"
},
"invitationCode": "string",
"from": "string",
"sdName": "string"
}