bruno/memori-backend/Integration/Gets a list of Integration objects for a specified Memori object-.bru
2024-07-16 11:15:30 +03:00

17 lines
262 B
Plaintext

meta {
name: Gets a list of Integration objects for a specified Memori object-
type: http
seq: 1
}
get {
url: https://backend.memori.ai/api/v2/Integrations/{strToken}/{strMemoriID}
body: none
auth: none
}
params:path {
strToken:
strMemoriID:
}