Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 800 Bytes

api-template.md

File metadata and controls

36 lines (22 loc) · 800 Bytes
title description
PAGE TITLE
Enter a description. This content becomes the page's meta description.

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