Mendapatkan daftar produk di database SalesManiaAPI ini membutuhkan team_token sebagai parameter dan Bearer Token sebagai authentification.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.salesmania.id/extapi/v1.0/products?team_token=eyJkYl9pZCI6Mjk4MSwidGVhbV9pZCI6MjQ3Mjh9.LpZ9LEpy123lwzYjzypStjdk123' \
--header 'Authorization: Bearer <token>'
Responses
application/json Modified at 2024-11-01 09:39:28