Skip to main content

Get Application

warning

This endpoint is only available to users with Sentry Interactive issued auth tokens.

Gets the application specified by application ID.

HTTP Request

GET https://api.doordeck.com/platform/application/APPLICATION_ID

Example

CURL
curl 'https://api.doordeck.com/platform/application/APPLICATION_ID' \
-X GET \
-H "Authorization: Bearer TOKEN"
Remember
  • Replace TOKEN with your access token.
  • Replace APPLICATION_ID with the application ID.