PopplioProduction
Platform Specific
These API endpoints are related to platform specific endpoints such as fetching discord users etc
GET
/
platform/user/{id}Get Platform User
This endpoint will return a user object based on the user id for a given platform. This is useful for getting a user's avatar/username/discriminator etc.
Path Parameters
idRequiredstring
The user's ID
Query Parameters
platformRequiredstring
The platform to get the user from.
Success
DELETE
/
platform/user/{id}Clear Platform User Cache
This endpoint will clear the cache for a user id on a given platform. This is useful if the user's data has changes
Path Parameters
idRequiredstring
The user's ID
Query Parameters
platformRequiredstring
The platform to get the user from.
Success