curl --request GET \
--url https://{baseurl}/api/v1/management/me \
--header 'x-api-key: <x-api-key>'{}Fetches the product associated with the passed API key
curl --request GET \
--url https://{baseurl}/api/v1/management/me \
--header 'x-api-key: <x-api-key>'{}OK
The response is of type object.
Was this page helpful?