Skip to main content

API Endpoint

This is a custom single line code block to be used for API endpoints.

Examples

GET
https://api.greencloud.dev/v1/user
https://api.greencloud.dev/v1/user
POST
https://api.greencloud.dev/v1/user
https://api.greencloud.dev/v1/user
PUT
https://api.greencloud.dev/v1/user
https://api.greencloud.dev/v1/user
PATCH
https://api.greencloud.dev/v1/user
https://api.greencloud.dev/v1/user
DELETE
https://api.greencloud.dev/v1/user
https://api.greencloud.dev/v1/user

Features

  • HTTP method gets its color automatically per swagger convention
  • Clickable
  • Copyable

Usage

Just pass the address and the method name.

<Endpoint href="https://api.greencloud.dev/v1/user" method="GET" />