Skip to main content
POST
/
io.pocketenv.service.startService
cURL
curl --request POST \
  --url https://api.pocketenv.io/xrpc/io.pocketenv.service.startService \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK