My target is to submit WordPress post in custom post type from Ionic App using wp restapi

Hi there,

You will need to authenticate yourself before you are able to access certain functionality using the REST API.
One way of doing this is by using the oauth1 plugin for WordPress. More information can be found here:

The first link explains how to set up the authentication with WP and Postman, the second link shows how I got it to work in my Ionic app.

Good luck :slight_smile: