>>

Oprish Rate Limits

Rate limits that apply to Oprish (The REST API).

FieldTypeDescription
get_instance_infoRateLimitConfRate Limits for the get_instance_info route.
create_messageRateLimitConfRate Limits for the create_message route.
create_userRateLimitConfRate Limits for the create_user route.
verify_userRateLimitConfRate Limits for the verify_user route.
get_userRateLimitConfRate Limits for the get_user route.
guest_get_userRateLimitConfRate Limits for the guest_get_user route.
edit_userRateLimitConfRate Limits for the edit_user route.
edit_profileRateLimitConfRate Limits for the edit_profile route.
delete_userRateLimitConfRate Limits for the delete_user route.
create_password_reset_codeRateLimitConfRate Limits for the create_password_reset_code route.
reset_passwordRateLimitConfRate Limits for the reset_password route.
create_sessionRateLimitConfRate Limits for the create_session route.
get_sessionsRateLimitConfRate Limits for the get_sessions route.
delete_sessionRateLimitConfRate Limits for the delete_session route.
resend_verificationRateLimitConfRate Limits for the resend_verification route.
create_sphereRateLimitConfRate Limits for the create_sphere route.
get_sphereRateLimitConfRate Limits for the get_sphere route.
guest_get_sphereRateLimitConfRate Limits for the guest_get_sphere route.
edit_categoryRateLimitConfRate Limits for the edit_category route.
delete_categoryRateLimitConfRate Limits for the delete_category route.
create_categoryRateLimitConfRate Limits for the create_category route.
create_channelRateLimitConfRate Limits for the create_channel route.
edit_channelRateLimitConfRate Limits for the edit_channel route.
delete_channelRateLimitConfRate Limits for the delete_channel route.
join_sphereRateLimitConfRate Limits for the join_sphere route.
get_channelRateLimitConfRate Limits for the get_channel route.
guest_get_channelRateLimitConfRate Limits for the guest_get_channel route.
get_messagesRateLimitConfRate Limits for the get_messages route.
get_messageRateLimitConfRate Limits for the get_message route.
get_memberRateLimitConfRate Limits for the get_member route.
guest_get_memberRateLimitConfRate Limits for the guest_get_member route.
edit_memberRateLimitConfRate Limits for the edit_member route.
delete_messageRateLimitConfRate Limits for the delete_message route.
edit_messageRateLimitConfRate Limits for the edit_message route.
leave_sphereRateLimitConfRate Limits for the leave_sphere route.
get_spheresRateLimitConfRate Limits for the get_spheres route.
create_emojiRateLimitConfRate Limits for the create_emoji route.
get_emojiRateLimitConfRate Limits for the get_emoji route.
guest_get_emojiRateLimitConfRate Limits for the guest_get_emoji route.
edit_emojiRateLimitConfRate Limits for the edit_emoji route.
delete_emojiRateLimitConfRate Limits for the edit_emoji route.
add_reactionRateLimitConfRate Limits for the add_reaction route.
remove_reactionRateLimitConfRate Limits for the remove_reaction route.
clear_reactionsRateLimitConfRate Limits for the clear_reactions route.
>>

Example

{
  "get_instance_info": {
    "reset_after": 5,
    "limit": 2
  },
  "create_message": {
    "reset_after": 5,
    "limit": 10
  },
  ...
}