Skip to main content
GET
/
api
/
integrations
/
my-credentials
List My Credentials
curl --request GET \
  --url https://api.example.com/api/integrations/my-credentials \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "provider": "<string>",
    "masked_secret": "<string>",
    "username": "<string>",
    "created_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Cookies

antidote_session
string | null

Response

Successful Response

id
string
required
provider
string
required
masked_secret
string
required
username
string | null
created_at
string | null