APIEndpoint referenceReferees
/v2/referees/{refereeId}
Get a referee
Get a referee
Path Parameters
refereeId*string
Opaque resource ID
Match
^[1-9][0-9]*$Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/referees/string"{ "data": { "country": { "alpha2": "string", "name": "string", "slug": "string" }, "id": "string", "name": "string", "slug": "string" }}