Skip to content

Files

Latest commit

 

History

History
45 lines (31 loc) · 1.04 KB

api-template.md

File metadata and controls

45 lines (31 loc) · 1.04 KB
title description
PAGE TITLE
Enter a description. This content becomes the page's meta description.

Instructions:

  • Use this template to write the API docs.
  • Replace placeholder text with your own.
  • If you have any questions or need help, reach out to developerdocs@amplitude.com
  • Remove all comments. </-->

Intro paragraph

Authorization

Add the correct authorization reusable from the /includes directory. They all start with auth.

Endpoints

Region Endpoint
Standard Server
EU Residency Server

Considerations

Add any anything the user should know before using this API, in a bulleted list. For example:

  • API limits
  • Behavior that might be different than what the user expects.

Method

Add sections for your methods, in CRUDQ (create, read, update, delete, query) order.

Parameters

Add separate sections for query parameters and body parameters.

Example request

Example response