Get lead form by id
GET {{baseUrl}}/ad_accounts/:ad_account_id/lead_forms/:lead_form_id
Gets a lead form given it's ID. It must also be associated with the provided ad account ID. Retrieving an advertiser's lead form will only contain results if you're a part of the Lead ads beta. If you're interested in joining the beta, please reach out to your Pinterest account manager.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"\u003cstring\u003e","privacy_policy_link":"\u003cstring\u003e","has_accepted_terms":"\u003cboolean\u003e","completion_message":"\u003cstring\u003e","status":"DRAFT","disclosure_language":"\u003cstring\u003e","questions":[{"question_type":"FULL_NAME","custom_question_field_type":null,"custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"ZIP_CODE","custom_question_field_type":null,"custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"EMAIL","custom_question_field_type":"TEXT_AREA","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"DATE_OF_BIRTH","custom_question_field_type":"CHECKBOX","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"FULL_NAME","custom_question_field_type":"CHECKBOX","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"DATE_OF_BIRTH","custom_question_field_type":"TEXT_FIELD","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"PHONE_NUMBER","custom_question_field_type":null,"custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"PHONE_NUMBER","custom_question_field_type":"TEXT_FIELD","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"STATE_PROVINCE","custom_question_field_type":"TEXT_AREA","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]},{"question_type":"GENDER","custom_question_field_type":"TEXT_AREA","custom_question_label":"\u003cstring\u003e","custom_question_options":["\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e","\u003cstring\u003e"]}],"id":"6491","ad_account_id":"190399292","created_time":"\u003cinteger\u003e","updated_time":"\u003cinteger\u003e"}