Instaply API authentication
Every request to https://me.instaply.com/api/… must include:
| Header | Value |
|---|---|
token | Your API token |
Content-Type | application/json |
Example:
token: <your-api-token>Content-Type: application/jsonThe API token identifies a user in Instaply; permissions match what that user can do in the product.
For onboarding steps not covered here, see Credentials.