Account
Getting your account information
For convenience, we also provide API endpoint to retrieve your account information
Account information
GET
https://api.usestencil.com/v1/account
Headers
Name
Type
Description
Authorization
string
Must contain `Bearer <API-Secret-Key>`.
This API endpoint is also useful when integrating with Integromat to check for a valid account. 200
status response is only returned when API key is valid.
Last updated