Skip to main content

Test symbolication endpoints

Endpoint

/o/symbolication/test_symbolication_endpoints

Enterprise Only
This API is available exclusively in Countly Enterprise.

Overview

Checks the symbolication server's add, check, get, and ack endpoints from Countly.

Authentication

  • Authentication methods:
    • API Key (parameter): api_key=YOUR_API_KEY
    • Auth Token (parameter): auth_token=YOUR_AUTH_TOKEN
    • Auth Token (header): countly-token: YOUR_AUTH_TOKEN

Permissions

  • Required permission: Read on the crashes feature

Request Parameters

ParameterTypeRequiredDescription
server_urlStringYesSymbolication server base URL.
api_keyStringYes (or auth_token)API key authentication.
auth_tokenStringYes (or api_key)Auth token authentication.

Response

Success Response

[
{
"value": "ok"
},
{
"error": "Error 404 from https://symbolication.example.com/symbolication/get_job_result?..."
}
]

Response Fields

FieldTypeDescription
[].valueStringok for a successful endpoint check.
[].errorStringError description for a failed endpoint check.

Error Responses

HTTP StatusResponse
401{ "result": "User does not exist" } or auth validation message

Behavior/Processing

  • Verifies remote add/check/get/ack endpoints on the remote symbolication server.
  • Uses sub-action in URL path (not a query action parameter).

Examples

Test symbolication server endpoints

/o/symbolication/test_symbolication_endpoints?server_url=https://symbolication.example.com&api_key=YOUR_API_KEY

Last Updated

2026-04-13