Skip to main content

Get Tracks Count by User

GET 

/users/:id/tracks/count

Gets the count of tracks created by a user

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    user_id string

    The user ID of the user making the request

    filter_tracks string

    Possible values: [all, public]

    Default value: all

    Filter by public tracks

    gate_condition string[]

    Possible values: [ungated, usdc_purchase, follow, tip, nft, token]

    Filter by gate conditions (can be repeated)

Header Parameters

    Encoded-Data-Message string

    The data that was signed by the user for signature recovery

    Encoded-Data-Signature string

    The signature of data, used for signature recovery

Responses

Success

Schema

    data integerrequired

    The total number of tracks matching the filter criteria

Loading...