Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"sourcebank"
Path Parameters
Example:
"1"
curl --request GET \
--url https://spark.test.woodcore.co/api/v2/clients/searchbybvn/{bvn} \
--header 'Authorization: Bearer <token>'Search By BVN Number
curl --request GET \
--url https://spark.test.woodcore.co/api/v2/clients/searchbybvn/{bvn} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"sourcebank"
"1"