Skip to main content

Test symbolication server

Endpoint

/o/symbolication/test_symbolication_connection

Enterprise Only
This API is available exclusively in Countly Enterprise.

Overview

Checks whether Countly can reach the configured symbolication server.

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

Connection tests return boolean:

true

Response Fields

FieldTypeDescription
(root value)BooleanConnection status.

Error Responses

HTTP StatusResponse
Upstream status{ "result": "<body.msg>" } for return-connection test failures
401{ "result": "User does not exist" } or auth validation message

Behavior/Processing

  • Uses sub-action in URL path (not a query action parameter).
  • Related symbolication test endpoints are documented separately.

Database Collections

This endpoint does not read or write database collections.


Examples

Example 1: Test server ping

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

Ⓔ Enterprise

This feature is part of Countly Enterprise.

Get Access:

Already a Customer? Use support portal if you have any questions


Last Updated

2026-02-16