GET
/
kyc
/
supported-methods
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"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Response

200 - application/json

get kyc supported methods ok

The response is of type object.