Post Request Without Data

Recipes
🦉
EDGE
Open Recipe

Request

Header

x-api-key(String)

Body

consumer_id (String)
ssn(String)
first_name(String)
last_name(String)
birth_date(String)
email(String)
street_address(String)
street_address2(String)
city(String)
state(String)
zip(String)
home_phone(String)
mobile_phone(String)
routing_number(String)
account_number(String)
additional_data(String)
reference_date(String)

Responses

{
    "ibv_report": "https://ninjafetch.com/api/v1/ibv/requests/IBVE3957DCE56AAE0141978",
    "product_request_id": "IBVE3957DCE56AAE0141978",
    "ibv_report_status": "initiated",
    "ibv_connection_link": "https://ninjafetch.com/connect/f40f40a2c27ce16e874f33b5a34498c5"
}
{
 "ibv_report": "https://ninjafetch.com/api/v1/ibv/requests/IBV23328923489",
 "product_request_id": "IBV23328923489”,
 "ibv_report_status": "initiated”,
 "ibv_connection_link": "https://ninjafetch.com/connect/438da2e3b1b3211e8d4a899c206c506c3cd4cbb055c5545aa5d6e79a6acb2752c9757f99bcf6bd8a9e45ca04ffdcae4a661b947ee66a681604a572d3c39a44"
}
/The API will return a payload with information about invalid field values./

{
 "ibv_report": "https://ninjafetch.com/api/v1/ibv/requests/IBV23328923489",
 "product_request_id": "IBV23328923489”,
 "ibv_report_status": "initiated”,
 "ibv_connection_link": "https://ninjafetch.com/connect/438da2e3b1b3211e8d4a899c206c506c3cd4cbb055c5545aa5d6e79a6acb2752c9757f99bcf6bd8a9e45ca04ffdcae4a661b947ee66a681604a572d3c39a44"
}
Language
Click Try It! to start a request and see the response here!