API authentication
API keys
Public API requests require an API key in the X-API-Key header:
curl -H "X-API-Key: YOUR_API_KEY" \
https://api.my-playrooms.de/api/HostArea/Playrooms
Creating a key
- Sign in to My Playrooms.
- Open your profile.
- Create an API key.
Permissions
| Key type | Permission |
|---|---|
| Read | Read-only access |
| Write | Read and write access |
| Admin | Full access |