Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 3.22 KB

File metadata and controls

41 lines (27 loc) · 3.22 KB
description
Manage API keys for the Masumi Payment Service API

API Keys

/api-key-status

This endpoint is used for checking the status of the existing API keys.

{% swagger src="https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json" path="/api-key-status/" method="get" %} https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json {% endswagger %}

/api-key

These endpoints are used for managing API keys.

{% swagger src="https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json" path="/api-key/" method="get" %} https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json {% endswagger %}

{% swagger src="https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json" path="/api-key/" method="post" %} https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json {% endswagger %}

{% swagger src="https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json" path="/api-key/" method="patch" %} https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json {% endswagger %}

{% swagger src="https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json" path="/api-key/" method="delete" %} https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json {% endswagger %}

/rpc-api-keys

{% swagger src="https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json" path="/rpc-api-keys/" method="get" %} https://raw.githubusercontent.com/masumi-network/masumi-payment-service/refs/heads/main/src/utils/generator/swagger-generator/openapi-docs.json {% endswagger %}