cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/identities/{identityId}/credentials \ --header 'anchor-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "source": "<string>", "credentials": [ { "type": "username_password", "username": "<string>", "password": "<string>" } ] }
Retrieves the credentials for a specific identity. This endpoint returns sensitive credential data.
Beta Capability. Contact support to enable.
API key passed in the header
The ID of the identity
Identity credentials retrieved successfully
Unique identifier for the identity
Name of the identity
Source URL for the identity
Array of credentials with sensitive data
Show child attributes
Was this page helpful?