My first question is how do we get the api endpoint to sumbit listings and also post a request? and also have a request API and experts API just like the lisiting API.
Secondly, i saw this post where said all the forms on hivepress have endpoints but they’re undocumented. it will be nice to make them available. here
The listing submission has no dedicated REST API endpoint yet, there’s the “update_listing” one but you can always use the default WordPress REST API as a fallback (listing is a custom “hp_listing” post type).
We will try to add the 100% REST API coverage in future updates.