Authenticating against the Platform API
API Keys come in a pair of a publishable key and a secret key. You can generate and retrieve your keys from the settings page of the Xkit dashboard. Visit our guide for more details.
The Platform API uses HTTP Basic Authentication as described in RFC 7617 with the publishable key acting as the user-id
and the secret key acting as the pass
.