Plytix
EndpointsRelationships

Search-Relationships

GET
/api/v3/relationships

Response Body

application/json

curl -X GET "https://example.com/api/v3/relationships"
{  "data": [    {      "id": "stringstringstringstring",      "account_id": "stringstringstringstring",      "name": "string",      "label": "string",      "status": "ACTIVE",      "created": "2019-08-24T14:15:22Z",      "modified": "2019-08-24T14:15:22Z"    }  ],  "errors": [    {      "name": "string",      "description": "string"    }  ],  "pagination": {    "next_page": "string",    "previous_page": "string"  }}