Get one exact Source

GET
/v1/scopes/{scope_id}/sources/{source_type}/{source_id}

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.*
Length1 <= length <= 256
source_type*"content"

Value in

  • "content"
source_id*string
Match^[\x21-\x7E]+$
Length1 <= length <= 256

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/scopes/string/sources/content/string"
{  "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"}