GET
/
v2
/
destinations
/
{id}
/
verify
curl --request GET \
  --url https://api.portable.io/v2/destinations/{id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "<string>",
      "is_error": true,
      "message": "<string>"
    }
  ]
}

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