bruno/memori-backend/Integration/Gets a list of all Integration objects.bru

16 lines
196 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Gets a list of all Integration objects.
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/v2/AllIntegrations/:strToken
body: none
auth: none
}
params:path {
strToken:
}