Introduction
Urable is an all-in-one business management application designed for service-based businesses. With a cloud-based infrastructure and dedicated mobile apps, it allows you to run your entire business from multiple devices in real-time.
Want to connect Urable to your favorite apps? Use out-of-box integrations or build your own using Urable's secure API. The API will open up endless customization opportunities and allow you to build your ideal ecosystem. Feel free to get in touch with us and we can help you get started.
What made this section unhelpful for you?
Base URL
Production:
https://app.urable.com/api
What made this section unhelpful for you?
Getting Started
Each user (admin) in Urable is provided with a unique Access Token which can be used to authenticate requests via the API. To find your Access Token:
- Go to Settings in the side menu.
- Scroll down to the Developer section.
- Click SHOW to reveal you Access Token and click the copy icon.
Include your Access Token in the Authorization header of the request. You can test this out on the /auth
endpoint to verify that your request is authenticated.
Header Parameters
Response
Response Attributes
What made this section unhelpful for you?
Response
{
"success": true
}
What made this section unhelpful for you?
Authentication
APIs use authentication to ensure that client requests access data securely. This can involve authenticating the sender of a request and confirming that they have permission to access or manipulate the relevant data.
The Urable API uses token-based authentication for each request.
All API requests must be authenticated and made over HTTPS.
What made this section unhelpful for you?
Rate Limits
The API is limited to 1000 requests per hour. If you exceed this rate, you will receive a 429 status code. This rate limit is the same for all plans and increased limits are not currently available.
What made this section unhelpful for you?
Customers
Customers are the individuals or businesses for whom your Jobs/Orders are created.
Items
An item is a customer possession on which a service is being performed. The terminology and fields of an item can change based on your selected industry. See below for industry and item terminology:
Industry | Item |
Vehicle Care | Vehicle |
Lawn Care | Property Section |
Other | Item |