The
/integrations/vertofx/beneficiaries/link
endpoint links a VertoFX beneficiary to a Royalti user.
Method: POST
Request Payload:
Parameter | Type | Description |
---|---|---|
beneficiaryId | string | ID of the VertoFX beneficiary |
userId | string | ID of the Royalti user |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
beneficiaryId | string | ā | ID of the VertoFX beneficiary |
userId | string | ā | ID of the Royalti user |
Responses
ā 200 - Success
ā ļø 400 - Bad Request
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
VertoFx
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json