APIEndpoint referenceReferee

/referee/{id}

GET
/api/v2/referee/{id}

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/referee/string"
{  "$schema": "https://example.com/schemas/RefereeGetOKBody.json",  "data": {    "property1": null,    "property2": null  }}