This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"label": "Linode Integration",
"service": "linode",
"secret": "1f67500d-407d-46b2-9a66-4d8179169dbb",
}
curl --location --request POST 'https://manage.runcloud.io/api/v3/settings/externalapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "Linode Integration",
"service": "linode",
"secret": "1f67500d-407d-46b2-9a66-4d8179169dbb",
}'
{
"id": 555,
"label": "Linode Integration",
"service": "linode",
"secret": "1f67500d-407d-46b2-9a66-4d8179169dbb",
"created_at": "2024-07-15 09:22:50"
}