Skip to main content
GET
/
v1
/
push
/
apps
/
{id}
Obter push app
curl --request GET \
  --url https://api.notifique.dev/v1/push/apps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "name": "<string>",
    "workspaceId": "<string>",
    "vapidPublicKey": "<string>",
    "hasVapidPrivate": true,
    "hasFcm": true,
    "hasApns": true,
    "allowedOrigins": [
      "<string>"
    ],
    "promptConfig": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_xxxxx

Path Parameters

id
string
required

Response

Dados do push app.

success
boolean
required
Example:

true

data
object
required