add other collections
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
info:
|
||||
name: SSO Receipt by User
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{elixFormsApiUrl_Default}}/authentication/sso/receipts/users/:codice_fiscale"
|
||||
headers:
|
||||
- name: x-requested-with
|
||||
value: XMLHttpRequest
|
||||
params:
|
||||
- name: codice_fiscale
|
||||
value: MMMPPL74T17E463A
|
||||
type: path
|
||||
auth:
|
||||
type: apikey
|
||||
key: x-api-key
|
||||
value: "{{elixFormsApiAuthToken}}"
|
||||
placement: header
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user