cURL
curl --request GET \ --url https://api.smartmove.eu/m2m/api/v1/fleets/{assetProviderCountryCode}/{assetProviderCode}/checklist/template \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "title": "<string>", "note": "<string>" } ]
Get all checklist templates of an asset provider
The access token received from the authorization server in the OAuth 2.0 flow.
Asset provider country code
2
Asset provider code
3
Checklist template
Title of checklist template
Content of checklist template