Pulsoid API Documentation
DashboardRequest CredentialsDiscord
  • Intro
  • Access Token Management
    • OAuth2 Implicit Grant
    • OAuth2 Authorization Code Grant
    • OAuth2 Client Credentials Grant Type(server token)
    • Manual Token Issuing
    • OAuth2 Refreshing the token
    • Revoke authorization token
    • Validate authorization token
    • List of supported scopes
  • Read Heart Rate
    • Read Latest Heart Rate via HTTP
    • Read Heart Rate via WebSocket
    • Page
    • Read Statistics
  • Widgets Management
    • Widget Entity
    • Create Widget
    • Read Widget
    • Update Widget
  • Read Profile Information
  • Error Code Format
  • VRChat
    • VRChat World Integration
Powered by GitBook
On this page

Error Code Format

error_code

number

Error code

error_message

string

readable

{
    "error_code": "7010",
    "error_message": "error_authorization_header_has_wrong_format"
}
error_code
error_message
http code

7001

error_while_validating_token

500

7002

error_while_validating_token

500

7003

error_while_validating_token

500

7004

error_while_validating_token

500

7005

token_not_found

403

7006

token_expired

403

7007

premium_required

402

7009

error_authorization_header_is_not_present

403

7010

error_authorization_header_has_wrong_format

403

7011

error_invalid_scope

400

6001

error_while_validating_token

403

6002

error_retrieving_latest_heart_rate

403

6003

error_invalid_scope

400

PreviousRead Profile InformationNextVRChat World Integration

Last updated 2 years ago