Get Campaign Info

Introduction

This operation retrieves information for a campaign matching the BPID and campaign code provided.

MethodServiceAPI NameService Type
GETcampaignsread → ExploreSynchronous

URI: {baseUrl}/campaigns/v1/read/{bpId}/{campaignCode}

Header Elements

The header must contain the elements needed to authenticate the request.

ParameterDescriptionTypeRequired
authorizationThis is where you will send your encoded JWT auth token you obtained from Get Auth Token.

Must be in the form: Authorization: Bearer {auth-token-string}
StringYes

Request Elements

The following resource values must be sent with every request.

ParameterDescriptionTypeRequired
bpIdBusiness Partner ID

The unique identifier for the business partner. This value will be provided to you by your Account Manager.
IntegerYes
campaignCodeThe campaign code for the campaign you wish to retrieve information for.StringYes

Sample Request

Example: https://certification.promob2b.bhnapi.com/campaigns/v1/read/98765/32-12345

GET https://{baseUrl}/campaigns/v1/read/98765/32-12345 HTTP/1.1
host: {baseUrl}
accept: application/json'
content-type: application/json'
cache-control: no-cache
authorization: Bearer eyJraWQiOiJOZm9uOFI3T0xkTmNPUlNSUVhzdW13WXlOZzRtblB1LTA3ZzhKTEw2NGZvIiwiYWxnIjoiUlMyNTYifQ.eyJ2ZXIiOjEsImp0aSI6IkFULnQ4NnVfaTJHeG01T1p0TmlOSHNjTnJDaGZTNUgtcVhLelJYZTBoMkMtYjQiLCJpc3MiOiJodHRwczovL2Rldi05OTMxMDcub2t0YXByZXZpZXcuY29tL29hdXRoMi9hdXNqanZwZzNhYTl5c05XeTBoNyIsImF1ZCI6Imh0dHBzOi8vd3d3LmJobmV0d29yay5jb20vYXBpIiwiaWF0IjoxNTg0NTYyMjM5LCJleHAiOjE1ODQ1NjU4MzksImNpZCI6IjBvYWprcXdoNnRTR1JXVWN3MGg3Iiwic2NwIjpbIiovKiJdLCJzdWIiOiIwb2Fqa3F3aDZ0U0dSV1VjdzBoNyJ9.PfT7O9Kae-8UEIqjZI5CDV4DdiP2z60I_LTYHIcYMLGYMW6jzvaZLQL9LJvhXpi9uzY5cFhAROOJGK7Uwf616DzTRKJ1_SmcNbxCxuzOknR0tvh6aeLepeVhDW6gdJGic9dW3YYWX2fUdyACCZjjQ3ME_26Oy3qaJj5j89jlJgxTE-QZHDUeCnE5oxRzQQaEF6bXXZ_X_yWEM4bS4PJcp99ysmJO838U0afC9pczatx_LEy2PnET2pP6RNLYx-oq0_LgrdjlV-7C92LQylqzxas-yZbtN7jHD4JvUt6TJchOnce2wQKoId4-rF_Z8NdTzMYfqcgg_L_v2ZbT8xzMRA

Response Elements

The following elements are returned in the response. These describe the campaign and provide you the information needed to create a submission within the campaign.

🚧

Demographic Fields

Standard demographic fields are not returned by the CampaignService but are required to create a submission. A list of these fields is available on the Demographic Fields page.

NameDescriptionTypeRequired
timestampTimestamp when the request completed processing.IntegerYes
statusStatus of the response. This will match the HTTP Status Code in the header of the response.

Example: 404
IntegerYes
errorIf the request was not processed successfully this will indicate the error condition encountered.

Example: "Not Found"
StringNo
messageThe detailed error message. This will be null if the request completed successfully.

Example: "Campaign Code 32-99999 could not be found"
StringNo
pathThe path called in the request, excluding the baseUrl.StringYes
campaignInfoContains the details of the campaign matching the campaign code provided.ObjectYes
typeRepresents the type of response payload. The only value currently supported is FULL.StringYes

Campaign Info

NameDescriptionTypeRequired
idCampaign IDIntegerYes
nameCampaign NameStringYes
startDateCampaign start date in the form of MM-DD-YYYY. Example: 01-14-2020StringYes
endDateCampaign end date in the form of MM-DD-YYYY. Example: 01-12-2020StringYes
tcThe terms and conditions of the offer.StringYes
codeThe campaign code.
Example: 20-12345
StringYes
attributesThe attributes setup and configured for the campaign being retrievedArray of ObjectsYes
productsProducts and the associated attributes setup for the campaign being retrieved.Array of ObjectsYes
campaignStatusThe current status of the campaign.

Possible values:
- ARCHIVE
- CANCELED
- CLOSED
- EXPIRED
- HOLD
- OPEN
- PENDING
- VIEWONLY

Submissions can only be created when the campaign is in an OPEN status.
StringYes
primaryOwnerNameThis is the name of the owner of the campaign.StringYes
primarySponsorNameThis is the name of the sponsor of the campaign.StringYes
resubmissionDaysNumber of days after the campaign has closed that a resubmission can be made.IntegerYes
resubmissionAddressThis is the address resubmissions should be addressed to if the campaign supports resubmission by mail.StringYes
customerServicePhoneThe customer service phone number registered to be used for this campaign.StringYes
webPropertiesProvides additional attributes useful for display on a website or mobile application.ObjectNo

Campaign Attributes

Campaign attributes are attributes that are collected for all submissions regardless of the product selected.

See attributes below.

Products

The products object contains all the product setup for the campaign and the associated attributes on those products.

NameDescriptionTypeRequired
idUnique Blackhawk Network internal identifier for the product.integerYes
nameName of the product configured.StringYes
displayNameRecommended display name to be used for the product.StringYes
webDescriptionRecommended description to be used for the product when displaying on a website.StringNo
attributesAll attributes associated with the product.StringNo

Attributes

The same attributes definitions are used for both campaign and product attributes.

NameDescriptionTypeRequired
nameAttribute name. The maximum size is 75. Attribute names are predefined in campaign setup and can be provided by your Account Manager.StringYes
typeAttribute type.

Possible values:
- TEXT
- INTERNATIONAL TEXT
- NUMBER
- DATE
- TIME
- BOOLEAN
- FLOAT
- CURRENCY
- DECIMAL
- CHOICE
- ENCRYPTED

See the Field Mapping Formats Reference for more details.
StringYes
valueThe maximum size is 1000.

See Field Mapping Formats for formats based on attribute type.
StringYes
displayNameThe display name to be used on the website. This may be different from the attribute name.

For example the attribute may be named 'Store Location Choice' but the text 'Store Location' is displayed when asking the user to choose an option.

This text should be used over the name parameter for the text displayed to the user in the user interface.
StringNo
masterAttributeIdAn internal attribute identifier used by Blackhawk Network.IntegerYes
attributeIdAn internal attribute identifier used by Blackhawk Network.
mustBeCapturedFlagAn attribute with a value of true for mustBeCapturedFlag and a displayConsumerFlag value of true is required for capture during the online submission process.

If displayConsumerFlag value is not true the attribute must be passed when creating a submission but may contain a null value.
BooleanYes
deDupableFlagIndicates if the field is used as part of a deduplication rule such as a household limit.BooleanYes
isUCIDFlagIndicates if the field is used in a third party validation process.BooleanNo
isThirdPartyFlagA true value indicates this value is to be provided as part of a third party validation process.BooleanNo
keyVerifyFlagA true value indicates a data entry operator will be required to perform key verification on this attribute. This is usually used for serial numbers and other complex or long values where it is critically important to ensure the correct value was data entered.BooleanNo
reverseKeyVerifyFlagA true value indicates a data entry operator will be required to perform reverse key verification on this attribute. This is usually used for serial numbers and other complex or long values where it is critically important to ensure the correct value was data entered.BooleanNo
usageFlagsIndicates the intended usage for the attribute. Note that there may be multiple usages for a single attribute.

Only attributes with a value of true for displayConsumerFlag are intended to be displayed on Blackhawk Network Promocenter websites to be collected from the applicant.
ObjectYes
displayOrderUsed to indicate the order the attribute should be displayed on the user interface.IntegerNo

Usage Flags

Usage flags indicate the intended usage for the attribute. There may be multiple usages for a single attribute.

Attributes with a value of true for displayCareSiteFlag are intended to be displayed on Blackhawk Network Promocenter websites so that the values can be collected from the applicant.

NameDescriptionTypeRequired
displayConsumerCareFlagA true value indicates the attribute should be displayed in the internal Blackhawk Network consumer care application.BooleanYes
displayDataEntryFlagA true value indicates the attribute should be displayed in the internal Blackhawk Network data entry application.BooleanYes
displayConsumerFlagA true value indicates the attribute should be displayed to a user for data collection (through a website or other application). When this API is used externally this indicates if the field should be presented to the consumer for data collection as part of the rebate application.BooleanYes
displayCareSiteFlagA true value indicates the attribute should be displayed on the Blackhawk Network client facing care website. Example: QuickCare.BooleanYes

Web Properties

Additional attributes useful to display on a promotion website or application.

NameDescriptionTypeRequired
displayStartDatePromotion start date to display.String (Date MM-DD-YYYY). Example: 09-23-2019Yes
displayEndDatePromotion end date to display.String (Date MM-DD-YYYY). Example: 11-01-2019Yes
validStartDateValidation start date.String (Date MM-DD-YYYY). Example: 09-23-2019Yes
validEndDateValidation end date.String (Date MM-DD-YYYY). Example 10-31-2019Yes
webDescriptionDescription to display.StringYes
promoCenterNameThe name of the site in Blackhawk Network's system.StringNo

Sample Responses

The following samples represent possible responses from this API.

{
    "status": 200,
    "error": null,
    "message": "",
    "path": "/campaigns/v1/read/12345/20-12345",
    "timestamp": 1585622925906,
    "campaignInfo": {
        "id": 992113,
        "name": "6-PACK OR 12-PACK REBATE",
        "startDate": "01/20/2020",
        "endDate": "02/08/2020",
        "tc": "Save $4.00* on the purchase of one (1) 12-pack of any product. Offer good to residents of CT, DC, DE, FL, GA, MA, MD, ME, NH, NJ, NY, PA, RI, SC, VA and VT only. Purchase Must Occur Between: 01/20/20 - 02/08/20. Request Must Be Submitted By: 03/08/20. Limit one (1) submission per address. Allow 6-8 weeks for receipt of your rebate. Fraudulent submission could result in federal prosecution. Void where prohibited. Employees, affiliated companies, retailers, and distributors are not eligible. Requests from groups, clubs, or organizations will not be honored or returned. Park and Company is not responsible for illegible, lost, late, damaged, incomplete, postage-due or misdirected mail. Your submission acknowledges that the rebate offer will remain outstanding, unaccepted by you, until you have satisfied the following Conditions of Acceptance: (1) submit required items, (2) ensure information provided is accurate and complete, (3) contact 1-555-555-5555 if rebate is not received within 60 days of submission date of request. Your right to receive your rebate will not occur unless you satisfy each of these four Conditions of Acceptance. Your failure to satisfy each of the Conditions of Acceptance is a rejection of this rebate offer.",
        "code": "20-12345",
        "attributes": [{
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Did this rebate drive your purchase",
                "type": "CHOICE",
                "value": null,
                "displayName": "Did this offer drive your purchase?",
                "masterAttributeId": 32397,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": true,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868369,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Gender Choice",
                "type": "CHOICE",
                "value": null,
                "displayName": "Gender",
                "masterAttributeId": 14737,
                "mustBeCapturedFlag": true,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": true,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868352,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Customer Age",
                "type": "NUMBER",
                "value": null,
                "displayName": "Customer Age",
                "masterAttributeId": 20457,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868357,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Opt In for Email Contact",
                "type": "BOOLEAN",
                "value": null,
                "displayName": "Opt In for Email Contact",
                "masterAttributeId": 4256,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868360,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "System_Config Upload Button 1",
                "type": "TEXT",
                "value": "Receipt-1-3",
                "displayName": "System_Config Upload Button 1",
                "masterAttributeId": 26017,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": false,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868363,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "System_Config Upload Button 2",
                "type": "TEXT",
                "value": "UPC-1-5",
                "displayName": "System_Config Upload Button 2",
                "masterAttributeId": 26037,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": false,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868362,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Date of Birth",
                "type": "DATE",
                "value": null,
                "displayName": "Date of Birth",
                "masterAttributeId": 9436,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": true,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868365,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Keystone Card Proxy Number",
                "type": "TEXT",
                "value": null,
                "displayName": "Keystone Card Proxy Number",
                "masterAttributeId": 19957,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868367,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "First Time Card Issue",
                "type": "BOOLEAN",
                "value": "Yes",
                "displayName": "First Time Card Issue",
                "masterAttributeId": 4557,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": false,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868366,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Est Redemption Count",
                "type": "FLOAT",
                "value": "750",
                "displayName": "Est Redemption Count",
                "masterAttributeId": 16136,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": false,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868351,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Signature",
                "type": "BOOLEAN",
                "value": "true",
                "displayName": "Signature on Rebate Form",
                "masterAttributeId": 1736,
                "mustBeCapturedFlag": true,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868350,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Program Code",
                "type": "TEXT",
                "value": "52545",
                "displayName": "Project Number",
                "masterAttributeId": 5076,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868349,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Original Rebate Form",
                "type": "BOOLEAN",
                "value": "true",
                "displayName": "Original Rebate Form",
                "masterAttributeId": 1496,
                "mustBeCapturedFlag": true,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868347,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "State",
                "type": "TEXT",
                "value": "CT,DC,DE,FL,GA,MA,MD,ME,NH,NJ,NY,PA,RI,SC,VA,VT",
                "displayName": "State",
                "masterAttributeId": 54,
                "mustBeCapturedFlag": true,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868346,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Purchase Location",
                "type": "TEXT",
                "value": null,
                "displayName": "Purchase Location",
                "masterAttributeId": 3,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868345,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Purchase Date",
                "type": "DATE",
                "value": null,
                "displayName": "Purchase Date",
                "masterAttributeId": 5,
                "mustBeCapturedFlag": true,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868344,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Original Receipt",
                "type": "BOOLEAN",
                "value": "true",
                "displayName": "Original Receipt",
                "masterAttributeId": 9576,
                "mustBeCapturedFlag": true,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": true
                },
                "attributeId": 2868343,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "DCN",
                "type": "TEXT",
                "value": null,
                "displayName": "DCN",
                "masterAttributeId": 8,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": true,
                    "displayDataEntryFlag": true,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868342,
                "displayOrder": null
            }, {
                "reverseKeyVerifyFlag": false,
                "webSearchable": false,
                "name": "Start Date",
                "type": "DATE",
                "value": "03-20-2020",
                "displayName": "Start Date",
                "masterAttributeId": 1,
                "mustBeCapturedFlag": false,
                "deDupableFlag": false,
                "isUCIDFlag": false,
                "isThirdPartyFlag": false,
                "keyVerifyFlag": false,
                "usageFlags": {
                    "displayConsumerCareFlag": false,
                    "displayDataEntryFlag": false,
                    "displayConsumerFlag": false,
                    "displayCareSiteFlag": false
                },
                "attributeId": 2868339,
                "displayOrder": null
            }
        ],
        "products": [{
                "id": 11594808,
                "name": "6-Pack Product",
                "displayName": "6-Pack Product",
                "attributes": [{
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "UPC",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "UPC",
                        "masterAttributeId": 1,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955820,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Brand Name",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "Brand Name",
                        "masterAttributeId": 4335,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955821,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Brand Code",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "Brand Code",
                        "masterAttributeId": 5054,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955822,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Purchase Price",
                        "type": "CURRENCY",
                        "value": null,
                        "displayName": "Purchase Price",
                        "masterAttributeId": 22,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955823,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Ounces",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "Ounces",
                        "masterAttributeId": 5056,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955824,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "System_Config Web Display",
                        "type": "BOOLEAN",
                        "value": "No",
                        "displayName": "System_Config Web Display",
                        "masterAttributeId": 7680,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": false,
                            "displayDataEntryFlag": false,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": false
                        },
                        "attributeId": 12955825,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Product Category",
                        "type": "TEXT",
                        "value": "6",
                        "displayName": "Product Category",
                        "masterAttributeId": 1654,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": false,
                            "displayDataEntryFlag": false,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": false
                        },
                        "attributeId": 12955826,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Pack Size",
                        "type": "NUMBER",
                        "value": "6",
                        "displayName": "Pack Size",
                        "masterAttributeId": 4334,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955818,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Package Type",
                        "type": "TEXT",
                        "value": "Bottle,Can,Aluminum",
                        "displayName": "Package Type",
                        "masterAttributeId": 4336,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955819,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Brand",
                        "type": "TEXT",
                        "value": "",
                        "displayName": "Brand Family",
                        "masterAttributeId": 5055,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955817,
                        "displayOrder": null
                    }
                ],
                "webDescription": "6-Pack Product"
            }, {
                "id": 11594807,
                "name": "12 Pack Product",
                "displayName": "12 Pack Product",
                "attributes": [{
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Brand Code",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "Brand Code",
                        "masterAttributeId": 5054,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955807,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Brand Name",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "Brand Name",
                        "masterAttributeId": 4335,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955808,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "UPC",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "UPC",
                        "masterAttributeId": 1,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955809,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Product Category",
                        "type": "TEXT",
                        "value": "12",
                        "displayName": "Product Category",
                        "masterAttributeId": 1654,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": false,
                            "displayDataEntryFlag": false,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": false
                        },
                        "attributeId": 12955810,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "System_Config Web Display",
                        "type": "BOOLEAN",
                        "value": "No",
                        "displayName": "System_Config Web Display",
                        "masterAttributeId": 7680,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": false,
                            "displayDataEntryFlag": false,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": false
                        },
                        "attributeId": 12955811,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Ounces",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "Ounces",
                        "masterAttributeId": 5056,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955812,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Purchase Price",
                        "type": "CURRENCY",
                        "value": null,
                        "displayName": "Purchase Price",
                        "masterAttributeId": 22,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955813,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Brand",
                        "type": "TEXT",
                        "value": "",
                        "displayName": "Brand Family",
                        "masterAttributeId": 5055,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955814,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Package Type",
                        "type": "TEXT",
                        "value": "Bottle,Can,Aluminum",
                        "displayName": "Package Type",
                        "masterAttributeId": 4336,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955815,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "Pack Size",
                        "type": "NUMBER",
                        "value": "12",
                        "displayName": "Pack Size",
                        "masterAttributeId": 4334,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955816,
                        "displayOrder": null
                    }
                ],
                "webDescription": "12 Pack Beer Product"
            }, {
                "id": 11594805,
                "name": "Park and Company Web Entered Product",
                "displayName": "PC Web Entered Product",
                "attributes": [{
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "System_Config Web Display",
                        "type": "BOOLEAN",
                        "value": "No",
                        "displayName": "System_Config Web Display",
                        "masterAttributeId": 7680,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": false,
                            "displayDataEntryFlag": false,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": false
                        },
                        "attributeId": 12955803,
                        "displayOrder": null
                    }
                ],
                "webDescription": "Park and Company Web Entered Product"
            }, {
                "id": 11594806,
                "name": "Invalid UPC Product",
                "displayName": "Invalid UPC Product",
                "attributes": [{
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "System_Config Web Display",
                        "type": "BOOLEAN",
                        "value": "No",
                        "displayName": "System_Config Web Display",
                        "masterAttributeId": 7680,
                        "mustBeCapturedFlag": false,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": false,
                            "displayDataEntryFlag": false,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": false
                        },
                        "attributeId": 12955804,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "UPC",
                        "type": "TEXT",
                        "value": null,
                        "displayName": "UPC",
                        "masterAttributeId": 1,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955805,
                        "displayOrder": null
                    }, {
                        "reverseKeyVerifyFlag": false,
                        "webSearchable": false,
                        "name": "UPC Found",
                        "type": "BOOLEAN",
                        "value": "false",
                        "displayName": "Invalid UPC",
                        "masterAttributeId": 3695,
                        "mustBeCapturedFlag": true,
                        "deDupableFlag": false,
                        "isUCIDFlag": false,
                        "isThirdPartyFlag": false,
                        "keyVerifyFlag": false,
                        "usageFlags": {
                            "displayConsumerCareFlag": true,
                            "displayDataEntryFlag": true,
                            "displayConsumerFlag": false,
                            "displayCareSiteFlag": true
                        },
                        "attributeId": 12955806,
                        "displayOrder": null
                    }
                ],
                "webDescription": "Invalid UPC Product"
            }
        ],
        "webProperties": {
            "displayStartDate": "03-20-2020",
            "displayEndDate": "05-22-2020",
            "validStartDate": "03-20-2020",
            "validEndDate": "05-08-2020",
            "promoCenterSetupId": 1140135,
            "promoCenterId": 19,
            "webDescription": "6-PACK OR 12-PACK REBATE",
            "promoCenterName": "parkandcompanyrebates.com"
        },
        "campaignStatus": "OPEN",
        "primaryOwnerName": "Park and Company",
        "primarySponsorName": "Park and Company",
        "resubmissionDays": 30,
        "resubmissionAddress": "",
        "customerServicePhone": "855-555-5555"
    },
    "type": "FULL"
}
{
    "status": 404,
    "error": "Not Found",
    "message": "Campaign Code 20-99999 could not be found",
    "path": "/campaigns/v1/read/12345/20-99999",
    "timestamp": 1585624102163,
    "campaignInfo": null,
    "type": null
}
{
    "timestamp": 1583953533827,
    "status": 404,
    "error": "Not Found",
    "message": "No message available",
    "path": "/campaigns/v1/raed/12345/20-99999",
}
{
    "timestamp": 1583954143186,
    "status": 400,
    "error": "Bad Request",
    "message": "Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: \"3NUM2217\"",
     "path": "/campaigns/v1/read/3NUM2217/20-99999",
}
{
    "timestamp": 1583965560292,
    "status": 500,
    "error": "Internal Server Error",
    "message": "Core Campaign Service did not send a response back",
    "path": "/campaigns/v1/read/12345/20-99999",
}
{
    "message": "Unauthorized"
}
{
    "message": "User is not authorized to access this resource"
}

Developer Agreement

Note: You will not be able to click "I Agree" until you have reached the bottom of this agreement.

This Developer Agreement (“Agreement”) is an agreement between you and Blackhawk Network, Inc. (“Blackhawk”) that applies to your access to and use of Blackhawk Developer Central (“Developer Portal”) located at https://developer.blackhawknetwork.com and related application programming interfaces (API), sandbox environments, digital certificates, tools, materials and documentation made available by Blackhawk (collectively, including all updates and other modifications thereto, the “Blackhawk Developer Tools”). You must read, agree with and accept all of the terms and conditions contained in this Agreement. By registering for or accessing the Developer Portal, and/or using the Blackhawk Developer Tools, you or the entity that you represent acknowledge that you have read, understand and agree to be bound by this Agreement. If you do not agree to these terms and conditions, you may not access the Developer Portal or use the Blackhawk Developer Tools.

This Agreement and the Terms of Use apply to your access to and use of the Blackhawk Developer Tools. For clarity, the Developer Portal and Blackhawk Developer Tools are “Services” provided to you under the Terms of Use, or “Blackhawk Services”. In the event of any inconsistency between this Agreement and the Terms of Use, the terms of this Agreement will control. Blackhawk reserves the right, at our sole discretion, to change or modify portions of this Agreement at any time. If we do this, we will post the changes on this page. Any such changes will become effective once they are posted.

  1. License from Blackhawk. Subject to your full compliance with all of the terms and conditions of this Agreement and the Terms of Use, Blackhawk grants you a non-exclusive, revocable, non-sublicensable, nontransferable license to use and integrate the Blackhawk Developer Tools into your Application solely to test them in Blackhawk’s sandbox environment.
  2. Passwords, Credentials and Access. Blackhawk will provide (or you will be requested to establish) a password or other procedures for verifying that only designated personnel have access to Blackhawk Developer Tools. Blackhawk may provide you with unique confidential identification codes, credentials and certificates that enable you to use the Blackhawk Developer Tools. You may not share any such items with any third party without the prior written consent of Blackhawk, and you agree to notify Blackhawk immediately of any violation of your foregoing obligations. You are responsible for maintaining the security of your account, passwords, credentials, codes, certificates and other files, and for all uses of your account, and you are liable for all activities performed under your account or otherwise with your credentials, codes and certificates.
  3. Restrictions and Obligations. You may not use the Blackhawk Developer Tools for any purpose other than as expressly set forth herein without Blackhawk’s prior written consent, including without limitation to access Blackhawk user data or information without authorization or in any manner or for any purpose that violates any law or regulation or any right of any person (including but not limited to intellectual property rights or rights of privacy). You may not use the Blackhawk Developer Tools to build a product or service that is competitive with the Blackhawk Services, or engage in any practices that discriminate against or discourage the use of Blackhawk Services. In addition, you shall not use the Blackhawk Developer Tools or Blackhawk Services in connection with or to promote any Applications or other products, services, or materials that constitute, promote or are used for the purpose of dealing in: spyware, adware, or other malicious programs or code; counterfeit goods; items subject to U.S. embargo; unsolicited mass distribution of email; multi-level marketing proposals; hate materials; hacking/surveillance/interception/descrambling equipment; libelous, defamatory, obscene, pornographic, abusive or otherwise offensive content; prostitution; gambling; stolen products or items used for theft; fireworks, explosives, or hazardous materials; or weapons. Without limiting the foregoing, you shall not use the Blackhawk Developer Tools or Blackhawk Services for any illegal purpose. Except as expressly and unambiguously authorized under this Agreement, you may not (i) copy, rent, lease, sell, transfer, assign, sublicense, disassemble, reverse engineer or decompile (except to the limited extent such restrictions are expressly prohibited by applicable statutory law), modify or alter any part of the Blackhawk Developer Tools or Blackhawk Services, or (ii) otherwise use the Blackhawk Developer Tools or Blackhawk Services on behalf of any third party.   You may not use any robot, spider, or other automatic device to create accounts for use of the Blackhawk Developer Tools and you will not take any action that imposes an unreasonable or disproportionately large load on Blackhawk’s infrastructure.
  4. Support; Other Conditions of Use. Blackhawk may provide you with support or modifications for the Blackhawk Developer Tools (collectively, “Support”) in its sole discretion. Blackhawk may terminate such Support at any time without notice to you. Blackhawk may change, suspend, or discontinue any aspect of the Blackhawk Developer Tools, at any time, including the availability of any APIs. Blackhawk may release subsequent versions of APIs, and you may be required to use those subsequent versions. Blackhawk may also impose limits on certain features and services or restrict your access to parts of or all of the Blackhawk Developer Tools without notice or liability. Your networks, operating systems, software, web server(s), routers, databases and other computer systems must be properly configured to Internet industry standards, as required to securely operate your Application.
  5. Sandbox Environment; Data. You may use the sandbox environment provided as part of the Blackhawk Developer Tools (“Sandbox”) in order to test the Blackhawk Services. If you access the Sandbox with a digital certificate provided by Blackhawk, your use of the Sandbox and any data or information you input into the Sandbox will be available only to users that access the Developer Portal with your account. Important: If you access the Sandbox without a digital certificate provided by Blackhawk, your use of the Sandbox, and any data or information that you input into the Sandbox, will be available to all users that access the Developer Portal. You may only use anonymous, non-live data and you may not enter any confidential, sensitive or personally identifiable information into the Sandbox. Data and other information provided to or made available in the Sandbox is not encrypted. Blackhawk will have no responsibility or liability for any information you enter into the Sandbox, or otherwise from your use of the Sandbox. You are fully responsible for the security of any data or information you provide in connection with the Developer Portal, and you must comply with all applicable laws and rules in connection with your provision and use of such data and information.
  6. Proprietary Rights. As between you and Blackhawk, the Blackhawk Developer Tools, Blackhawk Services and all intellectual property rights therein are and shall at all times remain the sole and exclusive property of Blackhawk and are protected by applicable intellectual property laws and treaties. As between you and Blackhawk, your Application and all intellectual property rights therein (but excluding any Blackhawk intellectual property therein) are and shall at all times remain your sole and exclusive property. You acknowledge and agree that any questions, comments, suggestions, ideas, feedback or other information about the Blackhawk Developer Tools or Blackhawk Services (“Submissions”), provided by you to Blackhawk are voluntary, non-confidential and Blackhawk will be entitled to the unrestricted use and dissemination of these Submissions for any purpose, commercial or otherwise, without acknowledgment or compensation to you.
  7. Trademarks. This Agreement does not include any right for you to use any trademark, service mark, trade name or any other mark of Blackhawk or any other party or licensor. You agree that Blackhawk may list your name and/or your Application (including by displaying any trademarks related thereto) and identify the business relationship between the parties on Blackhawk’s websites, the Blackhawk Services and in other marketing and advertising collateral. No rights or licenses are granted except as expressly and unambiguously set forth herein.
  8. Confidentiality. “Confidential Information” means all information related to the Developer Portal, including but not limited to the following: (i) any information you receive or enter via the Blackhawk Developer Tools (including the sandbox environment), (ii) the Blackhawk Developer Tools and all related information and materials, including without limitation API credentials and all access IDs and passwords, (iii) all information disclosed in writing and marked “confidential”, proprietary,” or with a substantially similar marking, (iv) all information disclosed orally and identified as confidential at the time of the disclosure, and (v) any other information that by its nature you understand or would reasonably be expected to understand to be Blackhawk’s confidential information. You must maintain Blackhawk’s Confidential Information in confidence and must not disclose it to third parties or use it for any purpose other than as necessary and required to develop your Application as permitted herein. In the event that Confidential Information is required to be disclosed by a court, government agency, regulatory requirement, or similar disclosure requirement, you shall immediately notify Blackhawk and use reasonable efforts to obtain confidential treatment or a protection order of any disclosed Confidential Information. Your obligations hereunder shall survive the termination of this Agreement. You acknowledge that monetary damages may not be a sufficient remedy for unauthorized use or disclosure of Confidential Information and that Blackhawk will be entitled (without waiving any other rights or remedies) to injunctive or equitable relief as may be deemed proper by a court of competent jurisdiction, without obligation to post any bond.
  9. Warranty Disclaimer. THE BLACKHAWK DEVELOPER TOOLS AND BLACKHAWK SERVICES ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND. BLACKHAWK AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, REGARDING THE BLACKHAWK DEVELOPER TOOLS AND BLACKHAWK SERVICES, INCLUDING WITHOUT LIMITATION ANY AND ALL IMPLIED WARRANTIES OF MERCHANTABILITY, ACCURACY, RESULTS OF USE, RELIABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, INTERFERENCE WITH QUIET ENJOYMENT, AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS. FURTHER, BLACKHAWK DISCLAIMS ANY WARRANTY THAT YOUR USE OF THE BLACKHAWK DEVELOPER TOOLS OR BLACKHAWK SERVICES WILL BE UNINTERRUPTED OR ERROR FREE.
  10. Limitation of Liability. REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS ESSENTIAL PURPOSE OR OTHERWISE, AND EXCEPT FOR BODILY INJURY, IN NO EVENT WILL BLACKHAWK OR ITS SUPPLIERS BE LIABLE TO YOU OR TO ANY THIRD PARTY UNDER ANY TORT, CONTRACT, NEGLIGENCE, STRICT LIABILITY OR OTHER LEGAL OR EQUITABLE THEORY FOR (A) ANY LOST PROFITS, LOST OR CORRUPTED DATA, COMPUTER FAILURE OR MALFUNCTION, INTERRUPTION OF BUSINESS, OR OTHER SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES OF ANY KIND ARISING OUT OF THE USE OR INABILITY TO USE THE BLACKHAWK DEVELOPER TOOLS OR BLACKHAWK SERVICES, EVEN IF BLACKHAWK HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES AND WHETHER OR NOT SUCH LOSS OR DAMAGES ARE FORESEEABLE, OR (B) ANY DAMAGES RELATING TO THE BLACKHAWK DEVELOPER TOOLS OR YOUR USE THEREOF. 
  11. Indemnification. You agree that Blackhawk shall have no liability whatsoever for any use you make of the Blackhawk Developer Tools or Blackhawk Services. You shall indemnify and hold harmless Blackhawk from any and all claims, damages, liabilities, costs and fees (including reasonable attorneys’ fees) arising from your Applications or otherwise from your use of the Blackhawk Developer Tools or Blackhawk Services, or your breach of this Agreement.
  12. Term and Termination. This Agreement shall continue until terminated as set forth in this Section. Either party may terminate this Agreement upon written notice to the other party at any time, for any reason, or for no reason including, but not limited to, if you violate any provision of this Agreement. Any termination of this Agreement shall also terminate the license(s) granted hereunder. Upon termination of this Agreement for any reason, you shall destroy and remove from all computers, hard drives, networks and other storage media all copies of the Blackhawk Developer Tools, and shall so certify to Blackhawk upon request that such actions have occurred. Sections 2, 3 and 6 through 13 and all accrued rights to payment (if any) shall survive termination of this Agreement.
  13. Government Use. If you are part of an agency, department, or other entity of the United States Government (“Government”), the use, duplication, reproduction, release, modification, disclosure or transfer of the Blackhawk Developer Tools are restricted in accordance with the Federal Acquisition Regulations as applied to civilian agencies and the Defense Federal Acquisition Regulation Supplement as applied to military agencies. The Blackhawk Developer Tools is a “commercial item,” “commercial computer software” and “commercial computer software documentation.” In accordance with such provisions, any use of the Blackhawk Developer Tools by the Government shall be governed solely by the terms of this Agreement.
  14. Export Controls. You shall comply with all export laws and restrictions and regulations of the Department of Commerce, the United States Department of Treasury Office of Foreign Assets Control (“OFAC”), or other United States or foreign agency or authority, and you shall not export, or allow the export or re-export of the Blackhawk Developer Tools or Blackhawk Services in violation of any such restrictions, laws or regulations. By accessing or using the Blackhawk Developer Tools, you agree to the foregoing and represent and warrant that you (and the organization you represent, if any) are not located in, under the control of, or a national or resident of any restricted country.
  15. Miscellaneous. Unless the parties have entered into a written amendment to this agreement that is signed by both parties regarding the Blackhawk Developer Tools or the Blackhawk Services, this Agreement constitutes the entire agreement between you and Blackhawk pertaining to the subject matter hereof, and supersedes any and all written or oral agreements with respect to such subject matter. This Agreement, and any disputes arising from or relating to the interpretation thereof, shall be governed by and construed under California law without reference to its conflict of laws principles or the United Nations Conventions on Contracts for the International Sale of Goods. Except to the extent otherwise elected by Blackhawk, any action or proceeding arising from or relating to this Agreement must be brought in a federal court in the Northern District of California or in state court in San Francisco County, California, and each party irrevocably submits to the jurisdiction and venue of any such court in any such action or proceeding. The prevailing party in any action arising out of this Agreement shall be entitled to an award of its costs and attorneys’ fees. If any provision of this Agreement is held to be unenforceable for any reason, such provision shall be reformed only to the extent necessary to make it enforceable. The failure of Blackhawk to act with respect to a breach of this Agreement by you or others does not constitute a waiver and shall not limit Blackhawk’s rights with respect to such breach or any subsequent breaches. This Agreement is personal to you and may not be assigned or transferred for any reason whatsoever without Blackhawk’s prior written consent and any action or conduct in violation of the foregoing shall be void and without effect. Blackhawk may freely transfer or assign this Agreement and delegate any of its obligations hereunder.

I Agree