Skip to content

Commit b2b0fd4

Browse files
committed
Small Fixes to Postman Collection
1 parent 7cd09d2 commit b2b0fd4

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,9 @@
223223
"method": "GET",
224224
"header": [],
225225
"url": {
226-
"raw": "https://graph.threads.net/refresh_access_token?grant_type=th_refresh_token",
227-
"protocol": "https",
226+
"raw": "{{api_host}}/refresh_access_token?grant_type=th_refresh_token",
228227
"host": [
229-
"graph",
230-
"threads",
231-
"net"
228+
"{{api_host}}"
232229
],
233230
"path": [
234231
"refresh_access_token"
@@ -1887,15 +1884,11 @@
18871884
"method": "GET",
18881885
"header": [],
18891886
"url": {
1890-
"raw": "https://graph.threads.net/v1.0/profile_lookup?username=threads",
1891-
"protocol": "https",
1887+
"raw": "{{api_host}}/profile_lookup?username=threads",
18921888
"host": [
1893-
"graph",
1894-
"threads",
1895-
"net"
1889+
"{{api_host}}"
18961890
],
18971891
"path": [
1898-
"v1.0",
18991892
"profile_lookup"
19001893
],
19011894
"query": [
@@ -3302,12 +3295,9 @@
33023295
"method": "GET",
33033296
"header": [],
33043297
"url": {
3305-
"raw": "https://graph.threads.net/debug_token?input_token={{input_token}}",
3306-
"protocol": "https",
3298+
"raw": "{{api_host}}/debug_token?input_token={{input_token}}",
33073299
"host": [
3308-
"graph",
3309-
"threads",
3310-
"net"
3300+
"{{api_host}}"
33113301
],
33123302
"path": [
33133303
"debug_token"

0 commit comments

Comments
 (0)