Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 848 Bytes

File metadata and controls

17 lines (11 loc) · 848 Bytes
title Authentication
nav_order 6
description Authenticate with the private Makeplans API by sending your account API-Key as a Bearer token.

Only the private API requires authentication. If you intend to use the API on a website please use the public API which does not require authentication.

Use your account API-Key to authenticate with the Makeplans API. First enable the API on the account and you will find the API-Key in the account settings.

Send the API-Key as a Bearer token using the HTTP Authorization header.

Example: Authorization: Bearer APIKEY

Deprecated: For Basic Auth use the API-Key as username and empty password.

If your application is installable by end-users you should use OAuth. However we do not yet support OAuth so please contact us if this is something you require.