cURL
curl --request POST \ --url https://app.variable.global/api/v1/switch/:uuid/source/:uuid \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Add source to Switch
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object