1. offers
Paralleg
  • API
    • v1
      • attributes
        • car
          • Get Brands
          • Get Models
          • Get Types
      • categories
        • Get Categories
        • Get Category
        • Get Category Parameters
      • parameters
        • Get Parameter
        • Get Parameter Values
      • listing
        • Listing Lookup
      • offers
        • Offer Lookup
          POST
        • Get Offer
          GET
        • Get Offer By External ID
          GET
        • Get Offer Text
          GET
        • Get Offer Images
          GET
        • Get Offer Related
          GET
      • images
        • Image
        • Image redirect
        • Proxy image content in original size
        • Proxy image content resized
    • Get request info
      GET
    • Schemas
      • v1
        • Offers
          • Offer
          • OfferCategory
          • ListingOffer
          • OfferParameter
          • OfferText
          • OfferParameterValue
          • OfferProduct
          • OfferSeller
          • ReplacementOffer
        • CarAttributes
          • CarBrand
          • CarModel
          • CarType
          • CarModelGroup
        • Parameters
          • Restrictions
            • ParameterIntegerRestrictions
            • ParameterFloatRestrictions
            • ParameterStringRestrictions
            • ParameterDisctionaryRestrictions
          • Parameter
          • ParameterValue
        • Images
          • Image
          • ImageVariant
        • Lang
        • Category
        • Pagination
        • Currency
  • Browser API
    • v1
  1. offers

Get Offer Text

GET
/v1/offers/{id}/text
Last modified:2026-04-20 13:35:21

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "meta": {
        "lang": "pl"
    },
    "data": [
        {
            "items": [
                {
                    "type": "TEXT",
                    "content": "string"
                }
            ]
        }
    ]
}
🟠404Not Found
Modified at 2026-04-20 13:35:21
Previous
Get Offer By External ID
Next
Get Offer Images
Built with