GET agency/bcr-validation

A lookup call to retrieve all Buyer Campaign Reference formats; use https://oohspace.co.uk/api/agency/bcr-validation.

INPUT

As this method is accessed via a GET request there is no HTTP body so options can be specified via the URL.

parameter type description
changed_since string A datetime string to filter Buyer Campaign Reference formats changed after this date. e.g. 2024-11-05 14:16:39

OUTPUT - JSON sample


{
    "data": [
        {
            "space_buyer_id": 15887,
            "agency_name": "BambOOH Ltd",
            "valid_formats": [
                "[0-9]{5}"
            ],
            "last_updated": "2024-11-05 14:07:06"
        },
        {
            "space_buyer_id": 15890,
            "agency_name": "Billups Worldwide Inc",
            "valid_formats": [
                "BU[0-9]{6}"
            ],
            "last_updated": "2024-11-05 14:15:41"
        },
        {
            "space_buyer_id": 17040,
            "agency_name": "BITPOSTER LTD T/A MEDIABRIDGE",
            "valid_formats": [
                "[A-Z]{3}-[0-9]{4}"
            ],
            "last_updated": "2024-11-05 14:15:41"
        },
        {
            "space_buyer_id": 17035,
            "agency_name": "KINETIC INTERNATIONAL UK LTD",
            "valid_formats": [
                "AVUK[0-9]{4}"
            ],
            "last_updated": "2024-11-05 14:15:41"
        },
        {
            "space_buyer_id": 15776,
            "agency_name": "Kinetic Worldwide Limited",
            "valid_formats": [
                "(K|k)[0-9]{5}",
                "AVUK[0-9]{4}"
            ],
            "last_updated": "2024-11-05 14:16:39"
        }
    ],
    "last_updated": "2024-11-05 14:16:39"
}