Use Postman to Create Custom Post Type
-
Hi CPT UI Team,
Good day. I’m having trouble with creating a New Custom Post Type via Postman. I’m receiving this error, please see below.
I followed the WP-API how to GET the custom post type and it was a success. However, when I’m trying to Create a POST I always got this error.
{
“code”: “rest_cannot_create”,
“message”: “Sorry, you are not allowed to create posts as this user.”,
“data”: {
“status”: 401
}
}Any Idea bout this issue?. Also, I’m using Basic Authentication and I have Editor Role.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Use Postman to Create Custom Post Type’ is closed to new replies.