v1

latestOpenAPI 3.0.02026-07-24182211348.4 KB
Builder authorizations

Get an authorization

Get an authorization by its id

get/builder/authorization/{authorizationId}

Path parameters

authorizationIdinteger required

The id of the authorization to retrieve.

Response

OK

AuthorizationIdinteger

Id of the authorization

Namestring

Name 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