Dokploy
Generated

Git Provider

GET
/gitProvider.getAll

Git Provider get All

/gitProvider.getAll

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

curl -X GET "https://your-dokploy-instance.com/api/gitProvider.getAll" \
  -H "Authorization: <token>"

Successful response

{}

POST
/gitProvider.remove

Git Provider remove

/gitProvider.remove

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Request Body

application/jsonRequired

gitProviderId
Required
string

Minimum length: 1
curl -X POST "https://your-dokploy-instance.com/api/gitProvider.remove" \
  -H "Authorization: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "gitProviderId": "string"
  }'

Successful response

{}