Skip to content
Ads APIReferences / ads / Get Call To Action Options

Get Call To Action Options

Returns list of options for the call-to-action button text.

Request

GET
/cta_options

Response

List of call to action options.

  • id
    string
    Example: "BOOK_NOW"
  • value
    string
    Example: "Book now"

Response sample

[  {    "id": "BOOK_NOW",    "value": "Book now"  }]