Skip to main content
GET
/
v1
/
ads
/
me
Get Current Key
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>"
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Obtain from your Mosaic dashboard.

Response

API key information

data
object