FCM send API that provides a cross-platform messaging solution to reliably deliver messages at no cost.
https://fcm.googleapis.com/
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
600K req/min (server sends)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://google.com
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.24s
(checked Mar 29, 2026)
Builder score
D
29%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Free — Firebase Cloud Messaging (FCM) is completely free. No limits on number of messages sent to iOS, Android, or web targets via the API.
| Method | Path | Description |
|---|---|---|
| POST | /v1/{parent}/messages:send |
Send a message to specified target (a registration token, topic or condition). |
curl -X GET 'https://fcm.googleapis.com//v1/{parent}/messages:send' \
-H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Firebase Cloud Messaging documentation.