29 lines
671 B
YAML
29 lines
671 B
YAML
info:
|
|
name: Get Cafe Code
|
|
type: http
|
|
seq: 5
|
|
|
|
http:
|
|
method: GET
|
|
url: https://pardakht.cafebazaar.ir/devapi/v2/auth/authorize/?response_type=code&access_type=offline&redirect_uri=https://www.google.com/&client_id=CuVgv3jUHhrJO0qi2InMzJiB9d51aX42T0cMm6Nv
|
|
params:
|
|
- name: response_type
|
|
value: code
|
|
type: query
|
|
- name: access_type
|
|
value: offline
|
|
type: query
|
|
- name: redirect_uri
|
|
value: https://www.google.com/
|
|
type: query
|
|
- name: client_id
|
|
value: CuVgv3jUHhrJO0qi2InMzJiB9d51aX42T0cMm6Nv
|
|
type: query
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|