Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt

Use this file to discover all available pages before exploring further.

List credentials associated with a target.

GET /:target/:target_id/credentials

Path Parameters

ParameterTypeRequiredDescription
targetstringYesResource type: users, orgs, or blobs.
target_idstringYesThe unique ID of the target resource.

Response

ParameterTypeDescription
credentialsarrayList of credential objects.

Example

curl -X GET https://api.blobhub.io/users/user_123/credentials