curl --request GET \
--url https://api.dev.opencorpus.ai/user-credentials \
--header 'Authorization: Bearer <token>'List all user credentials.
curl --request GET \
--url https://api.dev.opencorpus.ai/user-credentials \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response