Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.example.com/subjects/by-external?type=user&externalId=user-456' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "sub_123", "type": "user", "externalId": "user-456", "metadata": {} } ]
Retrieve subjects by their external ID and type
user
api_key
service
agent
Show Subject object
Was this page helpful?