Request Core API with Custom Connectors
To call a Blink Core API with authentication, pass the ID token of the authentication query as the query parameter "api_key" in the endpoint request.
Attention: Adjust the host address for your Blink system in the definition file before the import or after the import in your Custom Connector!
YAML
swagger: '2.0'
info:
title: Blink Core Power App
description: Use the Blink Core API Power App to access APIs of Blink Core.
version: 1.0.0
host: spielwiese-api.blink.online
basePath: /
schemes:
- https
consumes: []
produces: []
paths:
/odata/v2/Locations:
get:
responses:
default:
description: default
schema: {}
operationId: BlinkCoreApiGetLocations
summary: Blink Get Locations
parameters:
- name: api_key
in: query
required: true
type: string
x-ms-visibility: important
definitions: {}
parameters: {}
responses: {}
securityDefinitions: {}
security: []
tags: []