Skip to main content
Glama

validate_key

Test if your IssueBadge API credentials are working correctly by validating authentication keys before issuing badges or certificates.

Instructions

Validate an IssueBadge API key for authentication. Use this to test if your API credentials are working correctly.

Input Schema

NameRequiredDescriptionDefault
api_keyYesThe API key to validate (usually starts with a number and pipe, e.g., "1|abc123...")

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "The API key to validate (usually starts with a number and pipe, e.g., \"1|abc123...\")", "type": "string" } }, "required": [ "api_key" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/issuebadge/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server