Skip to main content

Create a shared token

POST 

/v1/shared-tokens

Creates a new shared token.

Note: This endpoint requires permissions that must be set by our Support team. Please email help@logz.io for assistance.

Request

Body

    tokenName string

    Default value: string

    Name of the token

    filters int32[]

    IDs of filters to attach to the token

Responses

successful operation

Schema
    id int32

    ID of the shared token

    name string

    Descriptive name of the token

    token string

    The token

    filters int32[]

    Array of filter IDs attached to each token. If no filter is attached, null.

Loading...