Skip to main content
GET
Get songs for an actor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

did
string<at-identifier>
required

The DID or handle of the actor

limit
integer

The maximum number of albums to return

Required range: x >= 1
offset
integer

The offset for pagination

Required range: x >= 0
startDate
string<date-time>

The start date to filter albums from (ISO 8601 format)

endDate
string<date-time>

The end date to filter albums to (ISO 8601 format)

Response

OK

songs
object[]