POST pol

POST /pol

Sends Pattern of Life (PoL) command to start, stop, or continue a stack for a specific team.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

{
  "command": "start" | "stop" | "continue",
  "stack": "01",
  "team_id": "3437866",
  "type": "individual" | "team",
  "interval": "2",
  "index": "0001"
}
Field
Type
Required
Description

command

string

Yes

One of: start, stop, continue

stack

string

Yes

Stack number (e.g., "01", "17", "36") must be 2 digits

team_id

string

Yes

Team ID to run the stack for

type

string

Yes

Either individual or team

interval

string

Yes

Interval in seconds (1-7200)

index

string

Yes

Starting index position (e.g., "0001") must be 4 digits

Commands

Command
Description

start

Start the stack from the specified index

stop

Stop the currently running stack

continue

Continue the stack from current position

Interval Values

Interval
Time in seconds

1

2

2

4

3

6

4

8

5

10

6

12

7

15

8

17

9

20

10

25

11

30

12

35

13

40

14

50

15

60

16

120

17

180

18

240

19

300

20

600

21

900

Response

Last updated

Was this helpful?