Introducción a la API

Introducción a la API

CrowdHandler ofrece una API RESTful en formato JSON. Existen dos tipos de métodos:

Public API

The Public API is used to validate users on your website. You can send a token and URL to receive details on the user presenting the token. The response will tell you whether that user is pre-cleared for access to the URL, or whether they should be redirected to a waiting room. Other methods are used to register the performance of the page to allow CrowdHandler to monitor the performance of your domain.

Se accede a los métodos públicos mediante una clave pública, que es exclusiva de tu cuenta.

All plans, including the starter plan, provide access to the Public API.

La API pública no tiene ninguna limitación de velocidad, salvo la tasa de entrada de tu dominio.

Private API

The Private API is used for managing your account, your domains and your waiting rooms. It provides access to all features that are available via the Admin Panel, so that you can handle them programmatically.

Para acceder a los métodos privados se utiliza una clave privada exclusiva de tu cuenta.

Solo algunos planes de pago ofrecen acceso a métodos privados.

The Private API is rate-limited based on your plan. Rate limits start at 100 calls/minute.

Accessing your API keys and the documentation

Your API keys and the documentation are both accessed via the Admin Panel. Select Account → API.

Ya estás listo para empezar a seguir paso a paso el proceso de integración de una API.