List every offer import context belonging to the tenant.
Security
BearerAuth
GET
curl -i -X GET \
https://api.luminovo.com/offer-import-contexts \
-H 'Accept: application/api.luminovo.offer-import-context-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "items": [ { … } ] }