List public Sources in one Scope
List a snapshot-bounded page of public Content Sources in ascending journal position.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer credential resolved to an opaque authenticated Principal by the Server deployment.
In: header
Path Parameters
scope_id*string
Match
.*\S.*Length
1 <= length <= 256Query Parameters
limit?integer
Range
1 <= value <= 100Default
50cursor?string
Length
1 <= length <= 4096Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scopes/string/sources"{ "items": [ { "receipt_identity": { "principal": { "type": "user", "id": "string", "description": "string" }, "receiver_identity_matches": true }, "scope_id": "string", "source_type": "content", "source_id": "string", "content": null, "position": 1, "content_digest": "string" } ], "next_cursor": "string"}
