Title: WPGetAPI's Replies - page 2 | WordPress.org

---

# WPGetAPI

  [  ](https://wordpress.org/support/users/wpgetapi/)

 *   [Profile](https://wordpress.org/support/users/wpgetapi/)
 *   [Topics Started](https://wordpress.org/support/users/wpgetapi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpgetapi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpgetapi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpgetapi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpgetapi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpgetapi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 58 total)

[←](https://wordpress.org/support/users/wpgetapi/replies/?output_format=md) [1](https://wordpress.org/support/users/wpgetapi/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/wpgetapi/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Connecting to External API](https://wordpress.org/support/topic/connecting-to-external-api/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years ago](https://wordpress.org/support/topic/connecting-to-external-api/#post-16799264)
 * No problem.
 * Closing this one now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Token](https://wordpress.org/support/topic/token-13/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years ago](https://wordpress.org/support/topic/token-13/#post-16763091)
 * Great, glad to hear it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Token](https://wordpress.org/support/topic/token-13/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years ago](https://wordpress.org/support/topic/token-13/#post-16762979)
 * Hi,
 * Looking at your docs below, this needs to go in the headers. The -H flag indicates
   headers.
 *     ```wp-block-code
       curl "https://api.employmenthero.com/ats/api/v1/embedded/organisations/c12e0363-17b0-4f4b-99c7-09adea9f12ad/jobs" -H "X_ATS_TOKEN: a9207tx3NBr8L-bEi9Ed-g"
       ```
   
 * So within the Headers fields, you would add X_ATS_TOKEN into the Name field and
   then a9207tx3NBr8L-bEi9Ed-g within the Value field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Connecting to External API](https://wordpress.org/support/topic/connecting-to-external-api/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years ago](https://wordpress.org/support/topic/connecting-to-external-api/#post-16762972)
 * Hi,
 * All APIs have different requirements for where the keys need to go. The docs 
   for your API should tell you how they need to be added but it is usually within
   the headers.
 * Here are some docs for adding to the headers: [https://wpgetapi.com/docs/sending-headers-in-request/](https://wpgetapi.com/docs/sending-headers-in-request/)
 * Which API are you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Blank or no data appear](https://wordpress.org/support/topic/blank-or-no-data-appear/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years ago](https://wordpress.org/support/topic/blank-or-no-data-appear/#post-16755938)
 * You will need to modify the PHP code to suit your own API and the data that it
   returns.
 * Using $data[‘author’] will likely not work as there is probably no key within
   your data that is named ‘author’.
 * If you paste the results of your var dump here, I can assist further.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Blank or no data appear](https://wordpress.org/support/topic/blank-or-no-data-appear/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years ago](https://wordpress.org/support/topic/blank-or-no-data-appear/#post-16747014)
 * Hi,
 * Which API are you using and what does your endpoint settings look like?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Remove “json: from](https://wordpress.org/support/topic/remove-json-from/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/remove-json-from/#post-16646795)
 * This has been resolved over emails.
 * WPGetAPI was not adding json to the data – the json was being added from the 
   API on the return data.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Shortcode being rendered as plain text](https://wordpress.org/support/topic/shortcode-being-rendered-as-plain-text/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/shortcode-being-rendered-as-plain-text/#post-16486147)
 * Marking as resolved. We got this sorted via emails.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Shortcode being rendered as plain text](https://wordpress.org/support/topic/shortcode-being-rendered-as-plain-text/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/shortcode-being-rendered-as-plain-text/#post-16475324)
 * Hi Clinton,
 * It is not actually the shortcode that needs to go into the CF7 form editor, it
   is a custom “form-tag”, which is a feature of CF7.
 * It looks similar to a shortcode which may be where the confusion is.
 * Please see the docs here: [https://wpgetapi.com/docs/using-with-contact-form-7/](https://wpgetapi.com/docs/using-with-contact-form-7/)
 * Also, to be able to use the wpgetapi form-tag requires the use of the PRO plugin.
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Connecting WPGetAPI to Unleashed](https://wordpress.org/support/topic/connecting-wpgetapi-to-unleashed/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/connecting-wpgetapi-to-unleashed/#post-16475298)
 * Closing this as we are handling this over emails.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] how to use for gpt3?](https://wordpress.org/support/topic/how-to-use-for-gpt3/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/how-to-use-for-gpt3/#post-16442338)
 * Hi Ryan,
 * Glad you found it. Here are some docs for anyone else reading: [https://wpgetapi.com/docs/understand-api-docs/](https://wpgetapi.com/docs/understand-api-docs/)
 * You can send data to OpenAI without the PRO plugin by using the Body POST fields
   in the admin area. But to send dynamic data from a form, then yes the PRO plugin
   is required.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] template tag in js script](https://wordpress.org/support/topic/template-tag-in-js-script/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/template-tag-in-js-script/#post-16435222)
 * Ok great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] template tag in js script](https://wordpress.org/support/topic/template-tag-in-js-script/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/template-tag-in-js-script/#post-16432200)
 * Hi there,
 * No it is not possible for it to go into JS code. It is a PHP function and only
   works with PHP.
 * I’m not 100% sure I follow what you are wanting to do though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Error after update to 1.7.8](https://wordpress.org/support/topic/error-after-update-to-1-7-8/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/error-after-update-to-1-7-8/#post-16387641)
 * This has been rectified over emails.
 * For reference: the issue was a change to the way classes are generated within
   the Pro plugin and there was a conflict with some previous custom CSS that was
   used.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Security of feed](https://wordpress.org/support/topic/security-of-feed/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/security-of-feed/#post-16336422)
 * Marking this as resolved as we haven’t heard anything back.

Viewing 15 replies - 16 through 30 (of 58 total)

[←](https://wordpress.org/support/users/wpgetapi/replies/?output_format=md) [1](https://wordpress.org/support/users/wpgetapi/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/wpgetapi/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)