Skip to main content

List the macros of the specified tenant

GET 

https://api.spectrocloud.com/v1/tenants/:tenantUid/macros

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

List the macros of the specified tenant

Request

Path Parameters

    tenantUid stringrequired

Responses

OK

Schema
    macros undefined[]
  • Array [
  • namestring
    valuestring
  • ]
curl -L -X GET 'https://api.spectrocloud.com/v1/tenants/:tenantUid/macros' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired