Get a list of resources you have access to

As it is not possible to choose your own resource identifier and thus include semantics in the URI of a resource, it is essential that you are able to discover which resources you have access to.

Using this endpoint, you can get an list of all the resources you have access to given a Solid token. The metadata that is provided, should enable you to use these resources in your application.

Notes:

  • Currently, it is not yet possible to filter on subject or type. For now, this must be done client-side.
  • Metadata returned by this endpoint is eventually consistent with the actual data.
Headers
string

If provided, this string will be set as the value of the X-Request-ID response header.

string

If provided, this string will be set as the value of the X-Correlation-ID response header.

string

A DPoP bound Solid JWT token containing at least three claims: sub, azp and iss.

string

The DPoP proof for the Solid JWT token, endpoint and http method.

string

A comma separated list of URIs that identify the purposes for which data is being read. For example https://dbpedia.org/marketing/, https://dbpedia.org/direct-mailing/. Depending on the tenant, this field can be required or not.

string
string

If provided, this value will be used in the reponse to enable cross origin resource sharing.

Responses

purpose_header_required_but_not_present
purpose_header_invalid
legal_basis_header_required_but_not_present
legal_basis_header_invalid
origin_header_not_valid
x_correlation_id_invalid
x_request_id_invalid

conditional_http_requests_not_yet_supported

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*