List offers

GET

GET https://platform-api.lia.com.br/external_api/v1/offers

Body params

NameDescriptionRequiredType
searchSearch offers by its product namefalseString
sort_bySort your results by asc or descfalseString
availabilityFilter your products by availability, can be enabled, disabled or expiredfalseString
pageNumber of the page you wantfalseInteger
per_pageTotal items per pagefalseInteger

Example request

curl --location 'https://platform-api-sandbox.lia.com.br/external_api/v1/offers/' \
--header 'Authorization: Bearer token'

Example response

{
    "results": [
        {
            "amount_cents": 20000,
            "amount_currency": "BRL",
            "availability": "enabled",
            "created_at": "2024-05-13T08:55:25.858-03:00",
            "id": "e988ca99-9ee4-4c54-8ea0-5776fa645018",
            "name": "Padrão VIA API",
            "payment_configurations": [
                {
                    "allowed_down_payment_methods": [],
                    "availability": "enabled",
                    "down_payment_type": null,
                    "down_payment_value": 0.0,
                    "expires_in": 24,
                    "financed_type": null,
                    "id": "50dac8e0-cd4c-4024-a46b-fb090c2d6b0a",
                    "interest_rate": 0.0,
                    "max_down_payment_installments": null,
                    "max_installments": 1,
                    "min_installment_amount_cents": 5000,
                    "payment_methods": [
                        "pix"
                    ],
                    "payment_type": "upfront",
                    "registration_fee": 0.0,
                    "take_rate_type": "absolute",
                    "take_rate_value": 297.0
                }
            ],
            "product": {
                "access_period": "lifetime",
                "availability": "enabled",
                "banner_url": null,
                "company_id": "80d5f5dd-f4d4-43fa-ad1d-3cab56c4c83a",
                "created_at": "2024-04-17T16:00:27.445-03:00",
                "description": "",
                "duration_in_days": 0,
                "duration_in_hours": 0,
                "end_date": null,
                "formatted_access_period": "Vitalício",
                "full_amount_cents": 198694,
                "full_amount_currency": "BRL",
                "google_pixel_code": "",
                "id": "c500bcfc-4716-4ad3-9b08-16cb712aaee6",
                "kind": {
                    "id": "95c7a40c-fe12-4459-bc53-7a16cf6b2493",
                    "name": "Curso"
                },
                "meta_pixel_code": "",
                "metadata": {},
                "name": "Analista Comercial -",
                "shift": {
                    "id": "7b062161-db67-4ae4-b591-1ee242dcebb3",
                    "name": "Online"
                },
                "start_date": null,
                "updated_at": "2024-04-17T16:00:27.445-03:00"
            },
            "updated_at": "2024-05-13T08:55:25.858-03:00",
            "url": "https://pague-sandbox.lia.com.br/lia/oferta?offer_id=e188ca99-9ee4-4c54-8ea0-5776fa645018"
        },
        {
            "amount_cents": 189694,
            "amount_currency": "BRL",
            "availability": "enabled",
            "created_at": "2024-04-17T17:44:18.611-03:00",
            "id": "c6dc1fa5-07ad-42bd-be2d-b4652106d66c",
            "name": "Bronze",
            "payment_configurations": [
                {
                    "allowed_down_payment_methods": [],
                    "availability": "enabled",
                    "down_payment_type": null,
                    "down_payment_value": 0.0,
                    "expires_in": 24,
                    "financed_type": null,
                    "id": "5d46ef5c-fdd4-4547-ab01-207c46105fa2",
                    "interest_rate": 0.0,
                    "max_down_payment_installments": null,
                    "max_installments": 4,
                    "min_installment_amount_cents": 5000,
                    "payment_methods": [
                        "credit_card"
                    ],
                    "payment_type": "upfront",
                    "registration_fee": 0.0,
                    "take_rate_type": "percentage",
                    "take_rate_value": 0.0297
                }
            ],
            "product": {
                "access_period": "lifetime",
                "availability": "enabled",
                "banner_url": null,
                "company_id": "80d5f5dd-f4d4-43fa-ad1d-3cab56c4c83a",
                "created_at": "2024-04-17T16:00:27.445-03:00",
                "description": "",
                "duration_in_days": 0,
                "duration_in_hours": 0,
                "end_date": null,
                "formatted_access_period": "Vitalício",
                "full_amount_cents": 198694,
                "full_amount_currency": "BRL",
                "google_pixel_code": "",
                "id": "c500bcfc-4716-4ad3-9b08-16cb712aaee6",
                "kind": {
                    "id": "95c7a40c-fe12-4459-bc53-7a16cf6b2493",
                    "name": "Curso"
                },
                "meta_pixel_code": "",
                "metadata": {},
                "name": "Analista Comercial -",
                "shift": {
                    "id": "7b062161-db67-4ae4-b591-1ee242dcebb3",
                    "name": "Online"
                },
                "start_date": null,
                "updated_at": "2024-04-17T16:00:27.445-03:00"
            },
            "updated_at": "2024-04-17T17:44:18.611-03:00",
            "url": "https://pague-sandbox.lia.com.br/lia/oferta?offer_id=c1dc1fa5-07ad-42bd-be2d-b4652106d66c"
        },
    ],
    "total_items": 2,
    "total_pages": 1
}