Get
/api/v1/push.info
This endpoint returns the status of push gateway in your workspace.
Header parameters
X-Auth-Token
stringRequired
The authorization token of the user.
Example9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq
X-User-Id
stringRequired
The user ID of the user.
ExampleaobEdbYhXfu5hkeqG
Responses
200
OK
Example 1
{
"pushGatewayEnabled": true,
"defaultPushGateway": true,
"success": true
}object
pushGatewayEnabled
boolean
defaultPushGateway
boolean
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}object
status
string
message
string