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
header
required

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

Path Parameters

id
integer
required

ID

Example:

568971

Response

200
application/json
OK
data
object[]
required