Authentication

All PlaySafe ID endpoints require Developer API keys to access, which can be found in your developer settings. If you do not yet have a developer account, please contact us.


API Key Auth

API keys should be provided as an X-Api-Key header with the request.

curl -X GET \
    'https://api.playsafeid.com/v1/developer/users' \
    -H "X-Api-Key: ${API_KEY}"