Sends a push notification to the current user's own registered Expo tokens, so an operator can verify their mobile push setup.…
bearerAuth In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/mobile-push/test" \ -H "Content-Type: application/json" \ -d '{ "title": "Mobile push enabled", "body": "This is a test notification from Convor." }'{
"success": 1,
"failed": 0
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}Try it
Your API key is sent directly to the Convor API from your browser and is never stored on this site.
Was this page helpful?
Unregister an Expo push token
Removes one stored Expo push token for the current user in the active organization. Pass the same token value that was previously registered.…
List supported webhook events
Returns the event names you can subscribe to when creating or updating an outbound webhook, together with a short human-readable description for each event.