cURL
curl --request GET \ --url https://api.example.com/v1.0/distributor/products \ --header 'Authorization: Bearer <token>'
JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Filter string
Success