Authentication
API Domain
https://dashboard.equotix.one/api/
API Request Methods
API Response
Authentication Parameters
Name | Type | Description |
---|---|---|
domain | string | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | The unix timestamp used to sign this API request. |
auth_signature | string | The calculated signature for this API request. |
Authentication Signature Calculation
Signature Calculation Example
domain = test
api_key = test@example.com
api_secret = Xv2l2mDFf1KG6WaLVZPpYbXNLpHRjF1MZMxiSSf4
auth_timestamp = 1670561053
sku = test
292223c3b8b7f0a79f083e62560cfb44c478fb256a457e341214310f27c2dd1a
PHP Example