APIHub
Back to Explore

Firebase Cloud Messaging API

FCM send API that provides a cross-platform messaging solution to reliably deliver messages at no cost.

Uncategorized
OAuth
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/v1/{parent}/messages:send

Send a message to specified target (a registration token, topic or condition).

  • parent (path, required) — Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase project), in the format of `projects/{project_id}`. For legacy support, the numeric project number with no padding is also supported in the format of `projects/{project_number}`.

1 endpoint auto-detected

Authentication

This API requires authentication: OAuth.

curl -X POST \
  "https://fcm.googleapis.com/v1/{parent}/messages:send"

fcm.googleapis.com · HTTPS only