Skip to main content
GET
/
v1
/
integrations
/
{credential_id}
Get Credential
curl --request GET \
  --url https://api.oneinbox.ai/v1/integrations/{credential_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "provider": "<string>",
  "masked_key": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

credential_id
string<uuid>
required

Response

Successful Response

id
string
required
name
string
required
provider
string
required
masked_key
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required