Skip to main content
POST
Create Observe ID list

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Body

application/json
type
string
required

Identifier family to store. Currently only flowID is accepted.

flowIDs
string[]
required

Flow IDs to store (format flw-<number>).

Response

Observe ID list created.

id
string
required

ID-list handle (format idl-<number>).

type
string
required

Identifier family stored in this list. Currently always flowID.

count
integer
required

Number of stored flow IDs after deduplication.

createdMs
integer<int64>
required

Creation time in milliseconds since epoch.