/
/Ethereum comments protocol indexer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 8h ago · Updated 3w ago
analytics12
approvals1
apps17
  • get/api/apps
  • post/api/apps
  • get/api/apps/{id}
  • delete/api/apps/{id}
  • patch/api/apps/{id}
  • post/api/apps/{id}/secret/refresh
  • post/api/apps/{id}/secret/reveal
  • get/api/apps/{id}/webhooks
  • post/api/apps/{id}/webhooks
  • get/api/apps/{appId}/webhooks/{webhookId}
  • delete/api/apps/{appId}/webhooks/{webhookId}
  • patch/api/apps/{appId}/webhooks/{webhookId}
  • post/api/apps/{appId}/webhooks/{webhookId}/test
  • get/api/apps/{appId}/webhooks/{webhookId}/deliveries/attempts
  • get/api/apps/{appId}/webhooks/{webhookId}/deliveries/{deliveryId}
  • post/api/apps/{appId}/webhooks/{webhookId}/deliveries/{deliveryId}/retry
  • get/api/apps/{appId}/webhooks/{webhookId}/deliveries
auth3
autocomplete1
channels4
comments12
internal1
reports3
user2
  • post/api/webhook
  • post/api/notifications/seen
  • get/api/notifications
  • get/api/notifications/grouped
apps
webhooks

Get an app

get/api/apps/{id}

Path parameters

idstring uuid required

Response

App details

idstring uuid required
createdAtstring required

A date string in ISO 8601 format

updatedAtstring required

A date string in ISO 8601 format

namestring required
secretstring required

Masked app secret

Changes