Attention: Since the beginning of 2023 Jifeline Networks has been working on a new version of the Partner API. For security reasons we are discontinuing access via the current "provider-admin-api" URL and its basic authentication per 2025-01-01.
To keep using the "provider-admin-api" endpoints it is essential that you migrate to the Partner API V1 and authenticate using OAuth before 2025-01-01. More detailed information on how to do this can be found below.
Additionally: From 2025-07-01 all the endpoints of the V1 Partner API will no longer be supported and access will be blocked.
You can access all endpoints of the "provider-admin-api" using the V1 Partner API. This allows you to use the same authentication method for all endpoints.
To do so you need to change two things in your implementation:
Change the URL for your provider-admin-api requests to the V1 Partner API.
From: https://provider-admin-api.jifeline.com/{resource}
(
or https://provider-admin-api-001.jifeline.cloud/v1/{resource}
).
To: https://partner-api-001.prd.jifeline.cloud/v1/{resource}
.
For example:
To retrieve a list of clients you need to change the URL
from https://provider-admin-api-001.jifeline.cloud/clients
to https://partner-api-001.prd.jifeline.cloud/v1/clients
.
You need to use the same authentication method as you would for all Partner API endpoints. See Authentication for more information and guidance.
The documentation for the V1 Partner API can be found here.