HTTP API
On this page you will find AltDentifier's HTTP API
AltDentifier API requires all connections to be made over HTTP/2 or newer. Libraries that only support HTTP/1.1 will fail to connect.
Get User Trust Factor
GET
https://altdentifier.com/api/v2/user/:id/trustfactor
This endpoint allows you to see the Trust Factor of a Discord user!
Path Parameters
Name
Type
Description
id
string
The ID of the user you want to look up
Get Logged In User
GET
https://altdentifier.com/api/users/@me
Get information about the logged in user
Headers
Name
Type
Description
Authorization
string
Bearer <token>
Last updated