GET
/
v2
/
sources
/
{id}
/
verify
curl --request GET \
  --url https://api.portable.io/v2/sources/{id}/verify \
  --header 'Authorization: Bearer <token>'
[
  {
    "isError": false,
    "message": "Connected to source"
  }
]

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
integer
required

ID

Response

200 - application/json
data
object[]
required