Mobile Push Notifications
App

Get app registration detail

1min
GET
https://{base_url}/core/api/v1/notification-service/apps/{appId}

API for getting app registration detail by app ID:

PathDescriptionType
appId*Unique Internal App ID generated by notification service.string
*This is required. HTTP Status Code Summary
CodeDescription
200 - OKEverything worked as expected.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedNo valid API key provided.
403 - ForbiddenThe API key doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist.
Path Parameters
appId
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
Responses
200
OK
All Of
SuccessResponse +
error
request
*
data
All Of
object +
400
Error Occurred
error
*
request
*
401
Error Occurred
error
*
request
*
403
Error Occurred
error
*
request
*
404
Error Occurred
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
400
401
403
404