GET
/
connection
/
{connection_id}
curl --request GET \
  --url https://api.pathstack.io/connection/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "integration_name": "mtdata",
    "business_name": "<string>",
    "abn": "<string>",
    "email": "<string>",
    "active": true,
    "id": "<string>",
    "tenant_id": "<string>",
    "collection_start_time": "2023-11-07T05:31:56Z",
    "collection_end_time": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

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

Headers

x-api-version
string
default:2024-03-27
Example:

"2024-03-27"

Path Parameters

connection_id
string
required

Connection ID of the Connection to be returned

Response

200
application/json
Successful Response
data
object
required

Successful response payload