rest api

WordPress REST Docs

OpenAPI 3 spec generated from WordPress REST routes. Try endpoints in Swagger UI below.

// blackbean.io.vn
const spec = 'https://blackbean.io.vn/wp-json/blackbean/v1/openapi';

const doc = await fetch(spec).then(r => r.json());
export { doc };

Swagger UI 5.32.6