curl --request GET \ --url https://{baseurl}/api/v1/management/me \ --header 'x-api-key: <x-api-key>'{ "appSetupCompleted": true, "createdAt": "2024-04-09T04:53:29.577Z", "id": "clurwouax000azffxt7n5unn3", "product": { "id": "clurwouaj0003zffx0hu6bonm", "name": "My Product" }, "type": "production", "updatedAt": "2024-04-09T14:14:49.256Z" }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>'{ "appSetupCompleted": true, "createdAt": "2024-04-09T04:53:29.577Z", "id": "clurwouax000azffxt7n5unn3", "product": { "id": "clurwouaj0003zffx0hu6bonm", "name": "My Product" }, "type": "production", "updatedAt": "2024-04-09T14:14:49.256Z" }OK
The response is of type object.
Was this page helpful?