Getting Started with OAuth

Before accessing the API, you must obtain OAuth 2.0 credentials. Contact your Customer Success Manager or submit your information through our contact form.

Registration Requirements

PropertyDescriptionExample
Available Callback URLsRedirect URIs allowed in OAuth flowshttps://yoursite1.com, iosapp://hgcb
Default Callback URLUsed if redirect_uri is omittedhttps://yoursite.com/callback
Attribution LogoOptional logo displayed during auth"Your Logo"
Website URLUnique base URL identifying your apphttps://yoursite.com

Returned Credentials

FieldDescription
client_idUnique app identifier
client_secretSecret used to authenticate your client (handle securely)
scopesComma-separated list of permissions assigned to your app