Endpoints

Welcome to the Bravo API. These endpoints are used for integrating Bravo into your own code.

API Base URL

The API's base URL is https://bravo.tomerthegreat.com/api/bravo/v1/

If you have a custom bot setup, you MUST specify that your hub is a custom one with the query parameter ?customhub=true

Check if user owns product

GET https://bravo.tomerthegreat.com/api/bravo/v1/ownership/

Query Parameters

Name
Type
Description

identificationType*

String

The platform of the ID that you specified (use "roblox" or "discord" ONLY)

identification*

String

The user ID of the user that you would like to check ownership of

product*

String

The product that you would like to check ownership of

hubId*

String

The ID of the hub that you would like to check product ownership in

true

Gets a hub's products

GET https://bravo.tomerthegreat.com/api/bravo/v1/products/

Query Parameters

Name
Type
Description

hubId*

String

The ID of the hub you would like to get the products from.

Gets information about a user

GET https://bravo.tomerthegreat.com/api/bravo/v1/users/getinfo/

Query Parameters

Name
Type
Description

identificationType*

String

The platform of the ID that you specified (use "roblox" or "discord" ONLY)

identification*

String

The user ID of the user that you would like to get the information of

hubId*

String

The ID of the hub that you would like to get the user's information from

Generates a linking code

POST https://bravo.tomerthegreat.com/api/bravo/v1/users/gencode

Query Parameters

Name
Type
Description

robloxId*

string

The ROBLOX ID of the user that you would like to generate a linking code for

discordId*

String

The Discord ID of the user that you would like to generate a linking code for

Grants product to the specified user

POST https://bravo.tomerthegreat.com/api/bravo/v1/licenses/grant/

Query Parameters

Name
Type
Description

identificationType*

String

The platform of the ID that you specified (use "roblox" or "discord" ONLY)

identification*

String

The user ID of the user that you would like to grant the product to

product*

The product that you would like to grant to the user

apiKey*

String

The API key for your hub, used for security reasons.

hubId*

String

The hub ID of the hub that you are granting the products in.

Grants product to the specified user

DELETE https://bravo.tomerthegreat.com/api/bravo/v1/licenses/revoke

Query Parameters

Name
Type
Description

identificationType*

String

The platform of the ID that you specified (use "roblox" or "discord" ONLY)

identification*

String

The user ID of the user that you would like to grant the product to

product*

String

The product that you would like to grant to the user

apiKey*

String

The API key for your hub, used for security reasons.

hubId*

String

The hub ID of the hub that you are granting the products in.

Last updated

Was this helpful?