docs de la api de objenious

This commit is contained in:
2026-02-04 14:02:01 +01:00
parent 3c32e03c34
commit 6171959ce6
24 changed files with 1235 additions and 1 deletions

View File

@@ -0,0 +1,42 @@
meta {
name: Get all requests
type: http
seq: 14
}
get {
url: {{actionsUrl}}/requests/?pageSize=20
body: formUrlEncoded
auth: bearer
}
params:query {
pageSize: 20
}
auth:bearer {
token: {{ws-access-token-partenaire}}
}
body:json {
{
"identifier": {
"identifiers": ["8933201124059175967"],
"identifierType": "ICCID"
}
}
}
body:form-urlencoded {
~identifier.identifierType: "ICCID"
~identifier.identifiers: ["8933201124059175967"]
}
vars:pre-request {
~id: 5187320
}
settings {
encodeUrl: true
timeout: 0
}