Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
"20673629278"
Response
200 - application/json
ddddd
The response is of type object
.
curl --request POST \
--url https://spark.test.woodcore.co/api/v2/loops/entries/Bvn/{value} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Nuban": "20673629278"
}'
{}
curl --request POST \
--url https://spark.test.woodcore.co/api/v2/loops/entries/Bvn/{value} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Nuban": "20673629278"
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"20673629278"
ddddd
The response is of type object
.