# wordpress

API configurations: [`wordpress`](https://terapi.dev/providers.yaml)

### Features

| Features                                                                                                                                        | Status                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md)                   | ✅                             |
| [Sync data](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/sync-data-from-an-api/README.md)                 | ✅                             |
| [Perform workflows](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/perform-workflows-with-an-api/README.md) | ✅                             |
| [Proxy requests](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/proxy-requests-to-an-api/README.md)         | ✅                             |
| [Receive webhooks](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/receive-webhooks-from-an-api/README.md)   | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.dev/slack).

### Getting started

* [Register an Application](https://developer.wordpress.com/apps/)
* [OAuth related docs](https://developer.wordpress.com/docs/oauth2/)
* [List of OAuth scopes](https://developer.wordpress.com/docs/oauth2/#token-scope)
* [Wordpress REST API docs](https://developer.wordpress.com/docs/api/)

Do you need help? Please check this link [community](https://terapi.dev/slack).

### API gotchas

* The `access_token` generated is long lived and thus don't expire. For more details check [required parameters](https://developer.wordpress.com/docs/oauth2/#1-required-parameters-) Add Getting Started links and Gotchas by [editing this page](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/wordpress.mdx)
