v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Organizations

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

expiresAtstring date-time required

ISO 8601 timestamp when this KYC link will expire. After expiration, call this endpoint again to generate a new link.

kycLinkstring url required

URL to the KYC verification page for the organization. This link should be provided to the organization to complete their KYC verification.

Example response

{
  "expiresAt": "2024-01-15T12:00:00.000Z",
  "kycLink": "https://app.muralpay.com/verification/abc123-uuid"
}