Access Tokens

Updated on 21 July, 2026

Exchange authorization codes for access tokens, call the Vultr API with a token, apply PKCE, and integrate a third-party app end to end with Vultr OAuth.


Call the Vultr API on a customer's behalf by presenting an OAuth access token as a Bearer token, scoped to the permissions the customer consented to you.
Protect the Vultr OAuth authorization code flow with Proof Key for Code Exchange by generating a verifier and challenge for public client applications.
Integrate a third-party application with Vultr OAuth end to end, from creating a provider through exchanging a code and calling the Vultr API with a token.