Data Sources
Authorizations
AuthorizationstringRequired
Insert the JWT token here
Body
or
Responses
201
Default Response
application/json
207
Default Response
application/json
400
Bad Request
application/json
401
Unauthorized - The request requires a valid Bearer token.
To access this endpoint:
1. Make a POST request to /api/public/v1/auth with valid credentials to obtain the access token.
2. Click the "Authorize" button in the Swagger UI and enter the token.
3. All protected endpoints require the Authorization header: "Authorization: 'Bearer your-access-token'"
application/json
500
Internal Server Error
application/json
503
Service Unavailable — Connection Refused
application/json
post
/api/public/v1/data-sourcesAuthorizations
AuthorizationstringRequired
Insert the JWT token here
Path parameters
idstringRequired
Data Source ID
Responses
200
Default Response
application/json
400
Bad Request
application/json
401
Unauthorized - The request requires a valid Bearer token.
To access this endpoint:
1. Make a POST request to /api/public/v1/auth with valid credentials to obtain the access token.
2. Click the "Authorize" button in the Swagger UI and enter the token.
3. All protected endpoints require the Authorization header: "Authorization: 'Bearer your-access-token'"
application/json
500
Internal Server Error
application/json
503
Service Unavailable — Connection Refused
application/json
get
/api/public/v1/data-sources/{id}Authorizations
AuthorizationstringRequired
Insert the JWT token here
Body
idsstring[] · min: 1Required
List of data source IDs
Responses
200
Default Response
application/json
400
Bad Request
application/json
401
Unauthorized - The request requires a valid Bearer token.
To access this endpoint:
1. Make a POST request to /api/public/v1/auth with valid credentials to obtain the access token.
2. Click the "Authorize" button in the Swagger UI and enter the token.
3. All protected endpoints require the Authorization header: "Authorization: 'Bearer your-access-token'"
application/json
500
Internal Server Error
application/json
503
Service Unavailable — Connection Refused
application/json
post
/api/public/v1/data-sources/by-idsLast updated
Was this helpful?

