Player API
Premium Only
Create New Player
{
"username": "sam",
"password": "agoodpassword"
}{
"player_id": "8a319bfb-5a71-41ed-a67c-5fd44b40fb11"
}cURL Example
curl -X POST https://api.planetaryprocessing.io/api/players/ \
-H "X-API-KEY: yourapikeyhere" \
--data '{"username": "sam", "password": "agoodpassword"}'Delete Player
cURL Example
List Players
cURL Example
Last updated