Hello and welcome to Worth API! Here at Worth we want to ensure a seamless onboarding experience and have created this guide for you and your businesses. This guide will show you how to get started using the Worth API documentation. Should you have any questions please feel free to reach out to a Worth team member to better assist you. Thanks!
Note: Sending over a service email will also work to set up API credentialing access.
id_token
, the refresh_token
, and the customerID
.
id_token
: represents the authorization (Bearer) token for the authenticated user and their role within the Worth platform.refresh_token
: represents the token needed at Customer Refresh Token when id_token
is expired. Upon successful refresh, a new id_token
and refresh_token
will be returned in the response.customer_details.id
: represents the instance ID of the user’s company where other API operations will take place. Some endpoints require this ID (referred to as customerID
) for querying and submitting business data.businessID
in the endpoint URL. This businessID
is generated via the Add Business endpoint. Once this initial step is complete, you will be able to make several GET calls to retrieve cases, business details, and reports.