Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role
Number of APIs: 13
-
Notarize a file POST {{base_url}}/notary/api/v2/files
-
Get the stored file GET {{base_url}}/notary/api/v2/stored-files/{{file_id}}
-
Set only Cyber Files for the parter PUT {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items
-
Create a customer tenant POST {{base_url}}/api/2/tenants
-
Set only Cyber Notary for the parter PUT {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items
-
Set a user the Cyber Notary user role PUT {{base_url}}/api/2/users/{{user_id}}/access_policies
-
Issue a JWT token for Cyber Notary API Calls POST {{base_url}}/api/2/idp/token
-
Get Certificate for the file GET {{base_url}}/notary/api/v2/certificates/{{certificate_id}}
-
Create Stored File and Notarize POST {{base_url}}/notary/api/v2/stored-files
-
List stored files GET {{base_url}}/notary/api/v2/stored-files