Available Authentication Methods

The Rhombus API provides two methods for authentication, certificate-based and token-based. We strongly encourage customers to use the certificate-based approach, as it offers an overall more secure interaction. Whereas the token-based approach is typically easier to get up and running quickly. Both approaches utilize an “apikey”, and the following HTTP headers should be sent with every request:

x-auth-scheme: [api]* or [api-token]* or [partner-api-token]*
x-auth-apikey: XXXXXXXXXXXX

📘

Auth Scheme is based on your token type

[api] is used for certificate-based authentication

[api-token] is used for token-based authentication

[partner-api-token] is used for any Partner Webservices

The [brackets] are not required in the request


What's Next

Once you're authenticated, you'll want to retrieve all devices in your organization