Quick Start
Welcome to the ERP POS Software API! This API provides secure access to key modules of your ERP POS system including sales, purchases, inventory, users, products, and reporting. All endpoints are protected and require authentication.
Base Url
https://beta.picosbs.com/api/v1Change your business domain replace with beta.picosbs.com
Security
X-API-Token
Provide token in the Authorization header when making requests to protected all endpoints.
Example: X-API-Token: bfc2b0979881b0
Bearer Token
Provide your bearer token in the Authorization header when making requests to protected resources. Bearer Token are issued after successful login.
Example: Authorization: Bearer 123
Get your X-API-Token
Your API requests are authenticated using X-API-Token keys. Any request that doesn't include an X-API-Token key will return an error.
You can generate an API key from your Dashboard at any time.
GotoSettings App / API Management to show list all generate your token

Click Generate New Token to create new token
Generate New Token to create new token
Click token name to show your generate tokens

Last updated