Endpoint
Request method:POST
| Endpoint | Description |
|---|---|
| https://appsignal-endpoint.net/markers | Accepts JSON formatted data |
URL parameters
Depending on the API key you’d like to use, you can either:Push API key
| Parameter | Type | Description |
|---|---|---|
| api_key | String | Push API key, can be found in App settings. |
| name | String | The application name. |
| environment | String | The environment that the application is running in. |
Shell
Front-end API key
| Parameter | Type | Description |
|---|---|---|
| api_key | String | Front-end API key, can be found in App settings. |
Shell
Body parameters
The post body should contain a JSON object, formatted as follows:| Parameter | Type | Description |
|---|---|---|
| created_at | Date - ISO 8601 | Time at which to insert the marker. Leave empty to use the current time. |
| icon | String - Optional | Emoji to use for this Custom marker, defaults to 🚀. |
| message | String - Optional | Message shown when hovering over the marker in the UI. Truncated to 200 characters. |