Introduction
Base URL: crbt.app/api
Getting started
- Register a token here, make sure to include the Guild ID field to use the Guild endpoints.
- When using an endpoint, include the token in the Authorization header as such:
await fetch(`${baseURL}/api/users/${userID}`, {
headers: {
Authorization: CRBT_TOKEN,
},
});
- Some endpoints will work without the Authorization header, but their usage could be restricted.