Get my channels
GET/api/channel/me
Get channels and its informations as settings and API key.
Responses
- 200
Successful
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
[
{
"channel": "Sdk",
"name": "My Sdk for tests",
"id": 1,
"settings": {
"stripe_payment_link": true,
"stripe_payment_intent": true,
"klarna": true,
"markets": [
"NO",
"GB",
"NL'"
],
"purchase_conditions": true
},
"api_key": "Z2BERGP-KKD48SX-H3GBDH2-WPYPP6F"
}
]
[
{
"channel": "Sdk",
"name": "My Sdk for tests",
"id": 1,
"settings": {
"stripe_payment_link": true,
"stripe_payment_intent": true,
"klarna": true,
"markets": [
"NO",
"GB",
"NL'"
],
"purchase_conditions": true
},
"api_key": "Z2BERGP-KKD48SX-H3GBDH2-WPYPP6F"
}
]
Loading...