configuration
Get User All Configuration
List all configurations stored by the authenticated user.
Response
Returns a JSON list of records of the form {“id”, “ownerId”, “name”, “configuration”, “createdAt”, “updatedAt”}. Returns an empty list when none exist. Use the “id” value with GET /api/v1/configuration/get_user_configuration/{config_id} to fetch a single configuration’s data.
GET
Get User All Configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response