BWS API Docs
Contact UsCreate AccountSign In
  • Welcome!
    • Developer Grants
  • Quick Start
  • Platform Fees
    • Fees Calculator
  • API How Tos
    • API Endpoint
    • Authentication
      • Get your API Key
    • Main API Methods
      • 'call' API Method
      • 'fetch' API Method
    • API Responses
      • Error Status Codes
  • Certificate Of Trust
  • Media Assets
    • BWS Logo
    • Snapshots
      • BWS.IPFS.Upload
  • PLATFORM APIs
    • BWS.IPFS.Upload
      • Solution Overview
      • Operations
    • BWS.Blockchain.Save
      • Solution Overview
      • Operations
    • BWS.Blockchain.Hash
      • Solution Overview
      • Operations
    • BWS.NFT.zK
      • Solution Overview
        • NFT Ownership
        • NFT Data Location
        • Available Networks
      • Operations
        • Create NFT
        • List NFTs
        • Transfer NFT
        • Send NFT by Email
      • NFT Attributes (traits)
  • Marketplace Solutions
    • BWS.Blockchain.Badges
      • Badges User Interface
      • Badges API
        • Issuers
        • Badges
        • Awards (Credentials)
    • BWS.NFT.GameCube
      • NFT Game Overview
      • NFT Game Cube API
        • Calendar
        • Field
        • Cubes
        • Plays (Field-Calendar)
        • Match
        • Prizes
        • Event Types
        • Live Events
    • BWS.ESG.Credits
      • Solution Overview
      • ESG Credits API
        • Taxonomy
        • Translations
        • Currencies
        • Frameworks
        • Projects
        • Issuers
        • Assets
        • Investors
        • Positions
        • Portfolios
        • Impacts
        • Blockchain
        • Users
  • TELEGRAM BOTS
    • X BOT
      • Install
        • How does it work?
      • Commands
        • Monitoring Setup
Powered by GitBook
On this page

Was this helpful?

  1. API How Tos
  2. API Responses

Error Status Codes

Error Status Codes

If an error is detected on our side while running your API call, you will get one of the following error codes:

Status Code
Meaning
Description

400

Bad Request

Check your request parameters.

401

Unauthorized

Check your API key.

403

Forbidden

Forbidden.

404

Not Found

No valid API user was found.

405

Method Not Allowed

You tried to run an invalid method.

406

Not Acceptable

Invalid format.

410

Gone

The requested object has been removed.

418

I’m a teapot

Yes, I’m a teapot.

429

Too Many Requests

Slow down!

500

Unexpected Error

Try again later.

503

Service Unavailable

Try again later.

API RESPONSE EXAMPLE

An API call response indicating a 500 error:

{
  "statusCode": 500,
  "statusMessage": "Unexpected Error"
}
PreviousAPI ResponsesNextCertificate Of Trust

Last updated 1 year ago

Was this helpful?