Plytix
EndpointsRelationships

Get-Relationships

GET
/api/v3/relationships/{identifier}

Path Parameters

identifier*Identifier

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/relationships/string"
{  "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"    }  ]}