v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBOrganizations
Get a hosted KYC link for an Organization (v2)
Returns a new KYC link with token expiry information. A fresh token is generated on each call. The token is valid for 24 hours. The organization must have accepted the Terms of Service before a KYC link can be generated.
get/api/organizations/{id}/kyc-link/v2
Path parameters
idstring uuid required
Organization ID
Response
KYC link with expiry information
Example response
{
"expiresAt": "2024-01-15T12:00:00.000Z",
"kycLink": "https://app.muralpay.com/verification/abc123-uuid"
}