POST
/
loops
/
entries
/
Bvn
/
{value}
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"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json
ddddd

The response is of type object.