# API

{% hint style="warning" %}
This section is intended for developers utilizing our APIs to add channels.
{% endhint %}

Below you will find the keys to generate secret payloads for adding or updating a channel via the [Script API](https://docs.edgetag.io/api/api/script).

Refer to the [configuration page](/channels/spotify/configuration.md) for detailed information on the purpose and usage of each input.

### SENDLANE\_API\_TOKEN

This secret contains a string representing the Sendlane API token.

#### Example value

eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiMjlmNGU3MDMwMTRmMGI1NTVlYWY0YjJmMzMwYTA5ZDFmMzkyZjg3MDRkNDVmYTA0M2EwMDc1MzRhMjU2NTI3NTQ3NzI1ZjY5YjJjN2M0ZDEiLCJpYXQiOjE3NTU2OTI3MjYuNjA0NzQ2LCJuYmYiOjE3NTU2OTI3MjYuNjA0NzQ5LCJleHAiOjIwNzEyMjU1MjYuNjAzMjMxLCJzdWIiOiI5ODc5NSIsInNjb3BlcyI6W119.GoT6NRhjqwU7l3ggQesVVpLc\_Xl2LAcxr1J-21NysMDm63Lra8fjc9wyUe6Q5ZFf2TH8T3KUpaWAJVFkZp1G09LKjo8xn-azHrkFGGKUg2io4RnDGw2WSXp20J\_lnX41mmX4Vsce8v35N6x\_cezdbjCA91uS-HlqXXSykEvBfKABJnQZ7YNvUEu3RGZGEdg\_ntwvmoqOGUMcyNXUlB2MyQTpq3peFuuxmMlGlCvoOcSAI5c2\_2KY3dWuBS6RbJb6\_fx7VOWuFvc\_QpXiy0SSUn9csaMhXKp\_2VLbPakkofLrGns8cN3V7COoeCRHD7-ASrk-g3IfbjL1W4k1cR4WPBaaFHx5VA1Plsx9HTJbEjK0VrjSLN0bzRFMCzfTn-E\_4UE9Y6r1DQ9HoF1RsZdSiVPkw234Qg8-IAzfFbtg\_0aZYMZQ5\_sjWBXRNsVPw7EmAbEvw0tdfrnGyT\_4QpEKLRpMjarcjFedgfZQooIGsCNy1DIpRnpwd2Wu2pfNk8H2wtKlRhZXGs6xj0Sw3duiUOORa8k519UADDf-avTlJvEWevK0MGAJQLg9wgx9\_r\_ahZR7OjC0CQBHvE6pP2NuhjTcxSg8ljIpBDks7G2VPBWbyg7QoA9hqyFdSZjgtbUojX4iFOy-8OfQh4yGG8AlyTNgCl5g6VC9lVAP8Ep74s0

#### Type

PASSWORD

#### Optional

false

### SENDLANE\_INTEGRATION\_TOKEN

This secret contains the site-specific integration token required to send events to a particular property.

#### Example value

e318a0b9-0d14-4d6b-85f4-3bc61508e979

#### Type

PASSWORD

#### Optional

false


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgetag.io/channels/sendlane/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
