getExports
Get exports This endpoint provides the ability to retrieve the list of exports for a user. A user-token is required to access this endpoint. Responses:
200: Success. The list of exports is successfully returned.
400: Bad Request. This will occur if you omit a required parameter, or if you provide an invalid value for a required parameter.
401: Unauthorized. This will occur if you do not supply an access-token to this endpoint, or if you provide an expired or invalid access token.
403: Forbidden. This will occur if you attempt to use a client token with this endpoint. This endpoint must be used with a user-token.
Return
kotlin.collections.List