Support

Account

Home Forums General Issues Options Page in REST API Reply To: Options Page in REST API

  • Hi @napkey93 and @rom_uht you can try to use this plugin: https://wordpress.org/plugins/acf-to-rest-api/

    And then the URL will be: /wp-json/acf/v3/options/options OR /wp-json/acf/v2/options/options
    depending on a version you specify in the settings of that plugin 🙂

    Hope this helps!