Authzed

Number of APIs: 13

Contact Support: Name: Authzed, Inc. Email: support@authzed.com

  1. v1-experimental-relationships-bulkexport - BulkExportRelationships is the fastest path available to exporting relationships from the server. It is resumable, and will return results in an order determined by the server. POST {{baseUrl}}/v1/experimental/relationships/bulkexport

  2. v1-experimental-permissions-bulkcheckpermission - Experimental Service Bulk Check Permission POST {{baseUrl}}/v1/experimental/permissions/bulkcheckpermission

  3. v1-permissions-check - CheckPermission determines for a given resource whether a subject computes to having a permission or is a direct member of a particular relation. POST {{baseUrl}}/v1/permissions/check

  4. v1-experimental-relationships-bulkimport - BulkImportRelationships is a faster path to writing a large number of relationships at once. It is both batched and streaming. For maximum performance, the caller should attempt to write relationships in as close to relationship sort order as possible: (r POST {{baseUrl}}/v1/experimental/relationships/bulkimport

  5. v1-schema-write - Write overwrites the current Object Definitions for a Permissions System. POST {{baseUrl}}/v1/schema/write

  6. v1-permissions-expand - ExpandPermissionTree reveals the graph structure for a resource's permission or relation. This RPC does not recurse infinitely deep and may require multiple calls to fully unnest a deeply nested graph. POST {{baseUrl}}/v1/permissions/expand

  7. v1-permissions-resources - LookupResources returns all the resources of a given type that a subject can access whether via a computed permission or relation membership. POST {{baseUrl}}/v1/permissions/resources

  8. v1-permissions-subjects - LookupSubjects returns all the subjects of a given type that have access whether via a computed permission or relation membership. POST {{baseUrl}}/v1/permissions/subjects

  9. v1-relationships-read - ReadRelationships reads a set of the relationships matching one or more filters. POST {{baseUrl}}/v1/relationships/read

  10. v1-relationships-write - WriteRelationships atomically writes and/or deletes a set of specified relationships. An optional set of preconditions can be provided that must be satisfied for the operation to commit. POST {{baseUrl}}/v1/relationships/write