<@U04UQ68083H> API endpoints of ORY keto
# ory-copilot
l
@chilly-king-10285 API endpoints of ORY keto
c
A message from kapa.ai
The Ory Keto API endpoints are not explicitly mentioned in the provided extracts. However, it is mentioned that there are two main types of APIs available in Ory: Admin APIs and Public APIs. Admin APIs are often used by the application backend and offer privileged access that's not available to end users. To use Admin APIs, you need an Ory Network API Key. Public APIs are often used by the application frontend and don't require an Ory Network API key. They don't require authorization and can be accessed by any client, for example, an application's login page. They also implement a protocol that defines what authorization mechanism must be used, for example, OAuth2 Client Credentials. Both APIs are available at your project's domain, which can be either
https://{project.slug}.<http://projects.oryapis.com|projects.oryapis.com>
or
<https://ory.your-custom-domain.com>
if you use a custom domain with Ory. For a full reference of APIs, you can check out the [REST and gRPC API documentation](https://www.ory.sh/docs/keto/reference/proto-api). Please note that the base URL for the Ory Keto API is
/
, as mentioned in the Keto API Reference. For more specific information about the Ory Keto API endpoints, you would need to refer to the detailed API documentation. Sources: - [Getting Started with Ory](https://www.ory.sh/docs/getting-started/local-development#ory-apis) - [Keto API Reference](https://www.ory.sh/docs/keto/reference/rest-api)
l
@chilly-king-10285 API reference web page is showing empty without any content
c
A message from kapa.ai
If the API reference page is showing up as empty, it could be due to a number of reasons such as a temporary server issue, a problem with your internet connection, or a browser issue. Here are a few steps you can take to troubleshoot: 1. Refresh the page: Sometimes, a simple page refresh can solve the issue. 2. Check your internet connection: Make sure you have a stable internet connection. You can try to open other websites to verify this. 3. Try a different browser or incognito mode: There could be an issue with your browser. Try accessing the page in a different browser or in incognito mode. 4. Clear your browser cache: Sometimes, your browser cache can cause issues with loading web pages. Clear your browser cache and try again. 5. Disable browser extensions: Some browser extensions can interfere with web page loading. Try disabling them and reload the page. If none of these steps work, it's possible that there's an issue with the server hosting the API reference. In this case, you can reach out to Ory's API support at support@ory.sh for further assistance. Source: [Ory API Reference](https://www.ory.sh/docs/reference/api)
l
@chilly-king-10285 give the list of APIs
c
A message from kapa.ai
Based on the provided extracts, Ory offers two main types of APIs: 1. Admin APIs: These are often used by the application backend and offer privileged access that's not available to end users. To use Admin APIs, you need an Ory Network API Key. 2. Public APIs: These are often used by the application frontend and don't require an Ory Network API key. They don't require authorization and can be accessed by any client. They also implement a protocol that defines what authorization mechanism must be used. In addition to these, Ory also provides APIs for managing email and SMS message delivery, referred to as Courier APIs. All services at Ory provide REST APIs and Ory Permissions supports gRPC APIs. All Ory public APIs support CORS. For a complete overview of the APIs, you can refer to the [REST API Reference](https://www.ory.sh/docs/reference/api). Please note that the specific list of API endpoints is not provided in the extracts. For detailed information about each API and its endpoints, you would need to refer to the specific API documentation. Sources: - [Ory API Overview](https://www.ory.sh/docs/api) - [Ory API Reference](https://www.ory.sh/docs/reference/api)