Dynamic Client Registration (RFC 7591)
api.vdclip.com/oauth2/applicationRegister a named public OAuth 2.1 PKCE client. Only token_endpoint_auth_method=none is supported. Rate-limited per IP.
Body
allowed_resourcesstring[]optionalRestrict the client to a subset of resource ids. Omit or send empty to allow all registered resources.
client_namestringrequiredHuman-readable client name shown on the consent screen.
client_uristringoptionalHomepage URL of the client. Linked from the consent screen.
grant_typesstring[]optionalOAuth grant types the client will use. Public clients send ["authorization_code"].
logo_uristringoptionalLogo URL shown on the consent screen.
policy_uristringoptionalPrivacy policy URL linked from the consent screen.
redirect_urisstring[]requiredRequired field. Send one or more redirect URIs for authorization_code clients; an empty list is accepted only for refresh_token-only registrations.
response_typesstring[]optionalOAuth response types. Public clients send ["code"].
scopestringoptionalSpace-separated scopes the client requests. Must be a subset of what the server advertises.
token_endpoint_auth_methodstringoptionale.g. noneOnly "none" is supported. Clients authenticate with PKCE and send client_id at the token endpoint.
tos_uristringoptionalTerms of service URL linked from the consent screen.