APIEndpoint referenceManager

/manager/{id}

GET
/api/v2/manager/{id}

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/manager/0"
{  "$schema": "https://example.com/schemas/Managers.json",  "countrySlug": "string",  "id": 0,  "name": "string",  "shortName": "string",  "slug": "string"}