cURL
curl --request GET \ --url https://staging-api.getpartna.com/v4/kyc/supported-methods \ --header 'x-api-key: <api-key>' \ --header 'x-api-user: <api-key>'
{ "data": [ "sendotp", "receiveotp", "bankdetails" ], "message": "success" }
Get supported KYC verification methods.
get kyc supported methods ok
The response is of type object.
object