PriceShape API
  1. root
PriceShape API
  • API Conventions
  • API Versioning
  • API Authentication
  • root
    • GET-root/
      GET
  • Schemas
    • Schemas
      • api-root
      • api-root-query
    • Response
      • UnauthorizedError
      • NotFoundError
      • BadRequestError
  1. root

GET-root/

Developing
GET
/
Permission:products:read

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params

Responses

🟢200OK
application/json
Default Response
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.priceshape.io/?example' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "message": "string"
}
Modified at 2026-02-05 07:16:14
Previous
API Authentication
Next
def-0
Built with