Account Request URL
-Base Endpoint
-
Asset
Use this API to fetch the details of a specific asset along with its assigned users.
/api/v1/assets/:id
id (required)
Asset
Use this API to create a new asset.
/api/v1/assets
name, description, asset_type_id, location_id, status (optional), assigned_users (optional)
Asset
Use this API to update the details of an existing asset.
/api/v1/assets/:id
id (required), name (optional), description (optional), asset_type_id (optional), location_id (optional), status (optional), assigned_users (optional)
Asset
Use this API to delete an existing asset.
/api/v1/assets/:id
id (required)
AssetType
Use this API to fetch the details of all asset types.
/api/v1/asset_types
AssetType
Use this API to create a new asset type.
/api/v1/asset_types
name, description
AssetType
Use this API to update the details of an existing asset type.
/api/v1/asset_types/:id
id (required), name (optional), description (optional)
AssetType
Use this API to delete an existing asset type.
/api/v1/asset_types/:id
id (required)
Location
Use this API to fetch the details of all locations.
/api/v1/locations
Location
Use this API to create a new location.
/api/v1/locations
name, description
Location
Use this API to update the details of an existing location.
/api/v1/locations/:id
id (required), name (optional), description (optional)
Location
Use this API to delete an existing location.
/api/v1/locations/:id
id (required)
User
Use this API to fetch the details of all users.
/api/v1/users
User
Use this API to create a new user.
/api/v1/users
name, email, password
User
Use this API to update the details of an existing user.
/api/v1/users/:id
id (required), name (optional), email (optional), password (optional)
User
Use this API to delete an existing user.
/api/v1/users/:id
id (required)
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.