Look Up Datas | SaaS API Finance Currency Address Country
close

Documentation

2. Endpoints > 2.3. Media


2.3.1. Holiday Post

Base URL:
  https://api.lookupdatas.com

To Get [TOKEN] go to 1.1. Token


Request
  curl 
    --location '[BASEURL]/mediamanagement/api/holidaypost' 
    --header 'Content-Type: application/json' 
    --header 'Authorization: Bearer [TOKEN]' 
    --data '{
        "size": 500,
        "countryHolidayId": "02deffe2-41ba-4899-982f-acb1fa27bd54",
        "logo": "iVBORw0KGg..."
    }'
                    

size: Max value 1000. Returned image size.

countryHolidayId: Get from 2.1.4. Country Holiday

logo: Base64 of your logo.

Response:
  {
    "header": {
        "globalId": "b5578a6c-a745-4089-a5ce-eb7a8fdd5661",
        "isSuccess": true,
        "message": null
    },
    "body": {
        "holidayPost": "iVBORw0KGgoA..."
    }
}

holidayPost: Base64 of generated post image with your logo.