A

Apiary API

REST discovered

Details
URL
https://api.apiary.io
Docs
https://apiary.docs.apiary.io/
Authentication
Apiary authorization token bearer discovered Get token ↗
Authorization: Bearer <credential>

Go to the Apiary tokens page while signed in to your Apiary account and create an authorization token. The docs state this token is used to access protected Apiary API resources and for CLI fetch/publish operations. For the CLI, export it as APIARY_API_KEY.

Apiary account email/password basic discovered Get credentials ↗
Authorization: Basic <credential>

Create or use an Apiary account via sign up or sign in. The Apiary API docs state HTTP Basic authentication with your account email and password can be used on the authorization-token endpoints to create, list, or delete your own authorization tokens.