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
This article uses the [Postman](https://www.postman.com/) application to create the token request, but you can use a different API development environment.
204
+
This article uses the [bruno](https://www.usebruno.com/) application to create the token request, but you can use a different API development environment.
205
205
206
-
1.In the Postman app, select **New**.
206
+
1.Open the bruno app, select **NEW REQUEST** to create the request.
207
207
208
-
2. In the **Create New** window, select**HTTP Request**.
208
+
1. In the **NEW REQUEST** window, set**Type** to **HTTP**. Enter a **Name** for the request, such as *POST Token Request*.
209
209
210
-
3. Enter a **Request name** for the request, such as *POST Token Request*.
211
-
212
-
4. Select the **POST** HTTP method.
213
-
214
-
5. Enter the following URL to address bar (replace `{Tenant-ID}` with the Directory (Tenant) ID, the `{Client-ID}` with the Application (Client) ID, and `{Client-Secret}` with your client secret:
210
+
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
0 commit comments