Skip to content

Releases: oracle-hackers/utilities-api

1.6 Created webhook endpoints

27 May 12:24
5754631

Choose a tag to compare

Added:

  • /webhooks/check/ to check validity and state of passed webhook url
  • /webhooks/send/ to send messages to pass webhook url

1.5 Optimising speed and add PRO access

27 May 12:22
5754631

Choose a tag to compare

Modified a bunch of code to reduce latency and thus improve response times.

Also added PRO access support, which can be bought here for $1.
PRO access pays for servers and other resources, and shows that people are interested in the project.
PRO access users have less ratelimits and get bonus features detailed here

1.4 Added error handlers

27 May 12:17
5754631

Choose a tag to compare

Setup error handlers to show custom messages and most importantly log the errors for further analysis.

1.3 Added homepage, ratelimits

27 May 12:16
5754631

Choose a tag to compare

Added a landing page that is shown to users when they open the base URI.
Also setup ratelimits for API, and handling for discord API ratelimiting.

1.2 Update check token endpoint

27 May 12:14
5754631

Choose a tag to compare

Updated the /tokens/check endpoint to return information about the checked token if it is valid.
Info returned: username, userid, phone verification state, email verification state, 2fa state, about me, nitro state, and wether or not the account is locked

1.1 Check token endpoint

27 May 12:11
5754631

Choose a tag to compare

Added a /tokens/check endpoint that accepts POST with discord tokens, checks their state (valid, locked, dead), and returns said state.

1.0 Ping endpoint

27 May 12:09
5754631

Choose a tag to compare

Setup API and added a /ping endpoint to ping it here