# Ory

API configurations: [`ory`](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

* [OAuth related docs](https://www.ory.sh/docs/oauth2-oidc/client-credentials#body-authentication)
* [Ory REST API docs](https://www.ory.sh/docs/welcome)
* [List of Oauth scopes](https://www.ory.sh/docs/oauth2-oidc/openid-connect-claims-scope-custom)

Need help getting started? Get help in the [community](https://terapi.dev/slack).

### API gotchas

* When creating a new application, you need to supply your `project_id`. This can be located under the Project Settings tab for the specific project.
* When creating a new connection in terapi, you will need to add your `projectSlug`, which is also located under the Project Settings tab for the specific project. Add Getting Started links and Gotchas by [editing this page](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/ory.mdx)
