Dokploy
Generated

Git Provider

GET
/gitProvider.getAll

Git Provider get All

/gitProvider.getAll

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

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

Successful response

POST
/gitProvider.remove

Git Provider remove

/gitProvider.remove

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

gitProviderId
Required
string

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

Successful response