How to implement wordpress API

Hello,

i want to implement as an external collection my wp json => https://alphaburger.fr/wp-json/wp/v2.

I dont know exactly how to fill correctly the fields… So when im trying myself adalo return an error message =>

Anyone can give me the good process ? what am i supposed to do precisely ?

Regards,

Sangana

You need to enter the first level key to get items from your collection under GET ALL

key = items

Thanks you Shantanu, but it doesnt work…
i think i need to fill the Auth parameters but i dont know what exactly put in this fields… Header or Query…
Can you help me about it ?

Thanks.

Dela.

Hi Sangana,
Are you trying to pull custom post types? If so, check if they are registered first. The API works out of the box for Posts but not for Custom Post Types.

Nah im just tryin to display classic posts…

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.