# Endpoint

The API is available over four protocols:

  • HTTP - HyperText Transfer Protocol (do not use)
  • HTTPS - HyperText Transfer Protocol Secure
  • WS - WebSocket (no not use)
  • WSS - WebSocket Secure

You can use our default domain, or the domain used by your shop. The path to the API is /backend/jsonrpc/v1.

When using WebSocket Secure, and our default domain, the complete URL would be:

wss://admin.abicart.se/backend/jsonrpc/v1/

Using your own domain over https, it would be:

https://example.com/backend/jsonrpc/v1/

INFO

Using your own domain over https is only available if you have your own TLS-certificate in your webshop.