You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postman is a collaboration platform for API development. This postman collection provides a simple interface to use MATTR VII API. Its categorised endpoints, sample request body and pre-request scripts make it easier and quicker to interact with your tenant.
3
+
Postman is a collaboration platform for API development. This postman collection provides a simple interface to use MATTR VII API. Its categorized endpoints, sample request body and pre-request scripts make it easier and quicker to interact with your tenant.
4
4
5
5
## Getting started
6
6
@@ -11,19 +11,19 @@ Visit the Postman [downloads page](https://www.postman.com/downloads/) to instal
11
11
### Step 2: Download collection and environment files
12
12
13
13
Save the following files locally:
14
-
-[`Platform API Collection`](./platform-v9.0.0-postman-collection.json): This Postman Collection includes API operations and some configuration.
15
-
-[`Tenant Environment`](./mattr-vii.postman_environment.json): This Postman Environment Variables hold specific values for your MATTR VII tenant.
14
+
-[`Platform API Collection`](./platform-v12.1.0-postman-collection.json): This Postman Collection includes API operations and some configuration.
15
+
-[`Tenant Environment`](./mattr-vii.postman_environment.json): This file defines variables for your MATTR VII tenant. You will need to update it with your own tenant variables later.
16
16
17
17
### Step 3: Import collection and environment files into Postman
18
18
19
19
1. Open Postman.
20
20
2. Select the **Import** button in the _My Workspace_ area.
21
-
3. Select the local versions of the [_Tenant Environment_](./mattr-vii.postman_environment.json) and the [_Platform API Collection_](./platform-v9.0.0-postman-collection.json) files you saved earlier.
21
+
3. Select the local versions of the _Tenant Environment_ and the _Platform API Collection_ files you downloaded in the previous step.
22
22
23
23
### Step 4: Update environment variables
24
24
25
-
1. Select the **Enviornments** button in the _My Workspace_ sidebar.
26
-
2. Select the _MATTR VII Tenant (Example ENV)_ environment from your environments list.
25
+
1. Select the **Environments** button in the _My Workspace_ sidebar.
26
+
2. Select the _MATTR VII Tenant_ environment from your environments list.
27
27
3. Update the following variables with your tenant details:
28
28
-`baseUrl`: Replace with your tenant's URL.
29
29
-`auth0Base`: Replace with your Authentication server URL.
@@ -32,26 +32,14 @@ Save the following files locally:
32
32
-`tenantAudience`: Replace with your tenant's URL.
33
33
4. Select the `Save` button.
34
34
35
-
If you are unsure of any of these details, please [contact us](http://mattr.globa/contact-us).
35
+
If you are unsure of any of these details, please [contact us](mailto:dev-support@mattr.global).
36
36
37
37
### Step 5: Try it out
38
38
39
39
1. Select the Collections button in the _My Workspace_ sidebar.
40
40
2. Select the MATTR VII API collection.
41
-
3. Select the Retrieve a list of DIDs endpoint (You can find it under _Tenant configuration > DIDs_).
41
+
3. Select the _Retrieve all IACAs_endpoint (You can find it under _Tenant configuration > Identifiers > IACA_).
42
42
4. Select **Send** in the top right corner of the request pane.
43
-
5. The response should be displayed in the _Response_ pane.
44
-
45
-
### Management API
46
-
47
-
To use the Management API collection, repeat steps 2-4 with the following adjustments:
48
-
49
-
1. In step 2, download the [Management API collection](./management-v1.11.0-postman-collection.json) file.
50
-
2. In step 3, import the [Management API collection](./management-v1.11.0-postman-collection.json) file.
51
-
3. In step 4, change the following variables:
52
-
-`baseUrl`: Replace with `https://manage.mattr.global`.
53
-
-`auth0Base`: Replace with `https://auth.manage.mattr.global`.
54
-
-`tenantClientId`: Replace with your Client ID for the Management API.
55
-
-`tenantClientSecret`: Replace with your Client Secret for the Management API.
43
+
5. The response should be displayed in the _Response_ pane (If this is a new tenant, the response is likely to be empty).
0 commit comments