users

Gets the count of tracks created by a user

get/users/{id}/tracks/count

Path parameters

idstring required

A User ID

Query parameters

user_idstring

The user ID of the user making the request

filter_tracks'all' | 'public'

Filter by public tracks

gate_conditionstring[]

Filter by gate conditions (can be repeated)

Headers

Encoded-Data-Messagestring

The data that was signed by the user for signature recovery

Encoded-Data-Signaturestring

The signature of data, used for signature recovery

Response

Success

datainteger required

The total number of tracks matching the filter criteria

Example response

{
  "data": 15
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.