Skip to Content
DocumentationAPI ReferenceBusiness APIModelsCreate Vendor O Auth Client Request

CreateVendorOAuthClientRequest

Properties

NameTypeDescriptionNotes
client_nameStringDisplay name of the client application.[default to null]
redirect_urisListList of allowed redirect URIs.[default to null]
grant_typesListList of allowed grant types.[default to null]
response_typesListList of response types (defaults to [“code”]).[optional] [default to null]
logo_uriStringOptional URI to the client’s logo.[optional] [default to null]
client_uriStringOptional URI to the client’s website.[optional] [default to null]
policy_uriStringOptional URI to the client’s privacy policy.[optional] [default to null]
tos_uriStringOptional URI to the client’s terms of service.[optional] [default to null]
scopeStringThe scope of access (defaults to “read”).[optional] [default to null]
whitelisted_ipsListOptional list of whitelisted IP addresses.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]