Base endpoint
The base endpoint for all API calls is/api on the appsignal.com domain.
Shell
Responses
The response type supported by the AppSignal API is JSON. On some endpoints JSONP is also supported. Make sure all requests to endpoints end with the.json extension so no URLs
will have to be updated in the future.
Authentication
| Parameter | Type | Description |
|---|---|---|
| token | string, required | Your personal API key. |
token given
as an URL query parameter for authentication.
Shell
[endpoint] with the endpoint you need.)
Your personal API key can be found on the personal settings
screen.
Applications
| Parameter | Type | Description |
|---|---|---|
| app_id | string, required | Application id |
Shell
Shell
app_id for an application can be found in the URL of the
AppSignal.com when an application is opened.
For legacy reasons the URL will mention /sites rather than /applications.
The id that follows is your application id.
Shell