Files
sf-sim/docs/sim-objenious/Mass action list.bru

39 lines
518 B
Plaintext
Raw Normal View History

2026-02-04 14:02:01 +01:00
meta {
name: Mass action list
type: http
seq: 16
}
get {
url: {{actionsUrl}}/massActions/
body: formUrlEncoded
auth: bearer
}
auth:bearer {
token: {{ws-access-token-partenaire}}
}
body:json {
{
"identifier": {
"identifiers": ["8933201124059175967"],
"identifierType": "ICCID"
}
}
}
body:form-urlencoded {
identifier.identifierType: ICCID
identifier.identifiers: 8933201124059176320
}
vars:pre-request {
~id: 5187320
}
settings {
encodeUrl: true
timeout: 0
}