cURL
curl --request GET \ --url https://api.mosaic.dev/v1/ads/me \ --header 'X-API-Key: <api-key>'
{ "data": { "id": 123, "plan": "free", "subscription_status": "active", "user_id": "<string>" } }
Returns information about the authenticated API key including plan and usage.
API key for authentication. Obtain from your Mosaic dashboard.
API key information
Show child attributes