Returns a single reference if ?id= is provided, or a list. Filter by ?platform= or ?tag.key=value.
cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/references \ --header 'Authorization: Bearer <token>'
{ "referenceId": "<string>", "clientId": "<string>", "url": "<string>", "status": "active", "createdAt": 123, "platform": "<string>", "notes": "<string>", "tags": [ { "key": "<string>", "value": "<string>" } ], "metadata": "<unknown>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The request has succeeded.
active
deleted
Show child attributes