Skip to main content

Test symbolication return connection

Enterprise

This endpoint is part of Countly Enterprise. To get access, contact sales or compare versions. Existing customers can reach the support portal with questions.

Endpoint

/o/symbolication/test_symbolication_return_connection

Overview

Checks whether the symbolication server can reach Countly's callback URL.

Authentication

Pass api_key or auth_token as a query parameter, or send countly-token as a header. See Authentication.

Permissions

  • Required permission: Read on the crashes feature

Request Parameters

ParameterTypeRequiredDescription
server_urlStringYesSymbolication server base URL.
return_urlStringYesCallback URL to validate reverse reachability.
api_keyStringYes (or auth_token)API key authentication.
auth_tokenStringYes (or api_key)Auth token authentication.

Examples

Test return connection

/o/symbolication/test_symbolication_return_connection?server_url=https://symbolication.example.com&return_url=https://your-server.com/i/crash_symbols/symbolicatation_result?symbolication_test=1&api_key=YOUR_API_KEY

Response

Success Response

true

Response Fields

FieldTypeDescription
(root value)BooleanReturn-connection 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

  • Calls the remote symbolication server return-connection check endpoint derived from server_url.
  • Uses sub-action in URL path (not a query action parameter).