Create a git provider
Register a new git provider with authentication credentials
POST
Register a new git provider with authentication credentials.
Path parameters
namespace
type: string
requiredThe namespace (user or organization) to create the git provider in.
Body parameters
name
type: string
requiredA descriptive name for the git provider (e.g., `acme-github`).
provider_type
type: string
requiredThe git hosting platform. One of `github`, `gitlab`, `bitbucket`.
access_token
type: string
requiredPersonal access token or app installation token for authenticating with the git provider.
webhook_secret
type: string
Secret used to verify incoming webhook payloads from the git provider.
Previous → Delete a DNS provider
Next List git providers →