Get Datasource
Description
This service is used to return a complete list of all partner datasources for the logged-in party.
Request
Restrictions
This service requires an authenticated user and can only be called after a successful partner login.
Endpoint
GET https://<server-url>/api/v4/partner/datasourcesParameters
Parameter
Location
Description
touchpoint
Query / Header
The authentication token for the API session. Use Thalamus-Token for the header.
token
Query / Header
The authentication token for the API session. Use Thalamus-Token for the header.
Full URL Example
https://<server-url>/api/v4/partner/datasources?touchpoint=test&token=...Request Body
This request does not have a body.
Response
✅ Successful Response: 200 Ok
200 OkHTTP Status Code:
200 OkThe full datasources information is returned
Example Response
JSON
❌ Unsuccessful Response: 400 Bad Request
400 Bad RequestHTTP Status Code:
400 Bad RequestBody: A JSON object containing details about the error.
Example Response
JSON
Last updated
Was this helpful?
