> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snippet.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Validate Protocol

> Validate a protocol identifier using your API key.

<ParamField query="id" type="string" required>
  Protocol identifier (slug) to validate.
</ParamField>

<ParamField header="Authorization" type="string" required>
  Bearer token from the Snippet mobile app. Format: `Bearer YOUR_API_KEY`.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET "https://<your-api-host>/api/validate-protocol?id=awesome-dex" \
    -H "Authorization: Bearer <YOUR_API_KEY>"
  ```
</RequestExample>
