Skip to main content
GET
/
connection
/
{connection_id}
/
credentials
Connection Credentials By Id
curl --request GET \
  --url https://api.pathstack.io/connection/{connection_id}/credentials \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "connection_id": "<string>",
    "credentials": {}
  }
}

Authorizations

Authorization
string
header
required

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

Headers

x-api-version
string<date>
default:2024-03-27
Example:

"2024-03-27"

Path Parameters

connection_id
string<uuid>
required

Connection ID of the Connection whose credentials are returned

Response

Successful Response

data
ConnectionCredentials · object
required

Successful response payload