v1

latestOpenAPI 3.0.02026-07-24182211348.4 KB
Builder authorizations

Create an authorization

post/builder/authorization

Request body

Namestring

Name of the authorization

AuthorizationIdinteger

Id of the authorization

AuthorizationType'Basic' | 'BearerToken' | 'CustomHeaders'

Type of the authorization

Tokenstring

Token for the authorization for Bearer authorization type

UserNamestring

Username for the authorization for Basic authorization type

Passwordstring

Password for the authorization for Basic authorization type

Headersobject

Headers for the authorization

Response

The id of the created authorization

integer required