API Documentation
Use the Final Parsec API to manage your games.
Authentication
Include the API token for your user account in the authorization header when making requests. You can find this token in the "API Token" section of the Edit user account page.
Here's how to add the token to the request header using cURL:
Example request with bearer token
curl https://www.finalparsec.com/api/games \
-H "Authorization: Token token={token}"
Tokens allow for actions to be performed on your behalf. Keep them private and do not publish them publicly.
You can regenerate your token if you suspect it has been compromised.
Only one token for your account is valid at a time.