Application Form Creation
The next step after successful authentication is to create an application form within the Bold Penguin Exchange.
Note: A valid application form must include a unique phone number (mqs_phone
) as part of the form.
You->Authentication API: Authenticate
Authentication API-->You: Token
You->Partner API: Create Application Form
Partner API-->You: Application Form Id
Application Form
An application form is how you represent a prospect to the Bold Penguin Exchange. It consists of answers to questions from the Bold Penguin Master Question Set.
{
"application_form": {
"answer_values": [
{
"code": "mqs_first_name",
"answer": "Roberta"
},
{
"code": "mqs_last_name",
"answer": "Smith"
},
{
"code": "mqs_business_name",
"answer": "Robertas"
},
{
"code": "mqs_phone",
"answer": "6145558888"
}
]
}
}