Hello!
I am working on building a Power App that utilizes REST API to connect with a ConnectWise Manage database.
I have the custom connector created and get the correct response. However, when trying to use it in the Power App, I'm getting recurring errors on the dropdown. I've tried
See swagger snippets and images of the custom connector and Power Apps below.
Any thoughts are welcome. Thank you!
CUSTOM CONNECTOR SWAGGER
swagger: '2.0'
info:
version: 1.0.0
title: New Collection
description: New Collection
host: cw.lutz.us
basePath: /
schemes:
- https
consumes: []
produces:
- application/json
paths:
/v4_6_release/apis/3.0/company/companies:
get:
summary: GetCompanies
description: GetCompanies
operationId: GetCompanies
parameters:
- name: clientid
in: header
required: true
type: string
default: -REDACTED-
description: clientid
responses:
default:
description: default
schema: {}
x-ms-visibility: important
definitions: {}
parameters: {}
responses: {}
securityDefinitions:
basic-auth:
type: basic
security:
POWER APP ERRORS