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
Copy file name to clipboardExpand all lines: postman/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ 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
+
14
15
-[`Platform API Collection`](./platform-v12.1.0-postman-collection.json): This Postman Collection includes API operations and some configuration.
15
16
-[`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
17
@@ -21,22 +22,22 @@ Save the following files locally:
21
22
3. Select the local versions of the _Tenant Environment_ and the _Platform API Collection_ files you downloaded in the previous step.
22
23
23
24
### Step 4: Update environment variables
24
-
25
+
25
26
1. Select the **Environments** button in the _My Workspace_ sidebar.
26
-
2. Select the _MATTR VII Tenant_ environment from your environments list.
27
-
3. Update the following variables with your tenant details:
27
+
2. Hover over the _MATTR VII Tenant_ name in the environments list and select **Set Active** (you should see it marked as active).
28
+
3. Select the _MATTR VII Tenant_ environment.
29
+
4. Update the following variables with your tenant details:
28
30
-`baseUrl`: Replace with your tenant's URL.
29
31
-`auth0Base`: Replace with your Authentication server URL.
30
32
-`tenantClientId`: Replace with your Client ID.
31
33
-`tenantClientSecret`: Replace with your Client Secret.
32
34
-`tenantAudience`: Replace with your tenant's URL.
33
-
4. Select the `Save` button.
34
35
35
36
If you are unsure of any of these details, please [contact us](mailto:dev-support@mattr.global).
36
37
37
38
### Step 5: Try it out
38
39
39
-
1. Select the Collections button in the _My Workspace_ sidebar.
40
+
1. Select the **Collections** button in the _My Workspace_ sidebar.
40
41
2. Select the MATTR VII API collection.
41
42
3. Select the _Retrieve all IACAs_ endpoint (You can find it under _Tenant configuration > Identifiers > IACA_).
42
43
4. Select **Send** in the top right corner of the request pane.
0 commit comments