The Brandkit API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
We have language bindings only in Shell for now! You can view code examples in the dark area to the right.
Brandkit API uses API Keys to allow access to the API. You can find it in Profile > More Tools > Api Key.
Brandkit API expects for the API key to be included in all API requests to the server in a header that looks like the following:
Authorization: Bearer API_KEY
Returns a list of your assets.
Retrieves the asset with the given ID.
Creates an asset with the given parameters.
------------------------------------------------------------------------Retrieves the post with the given ID.
Returns a list of your posts.
Creates a post with the given parameters.
------------------------------------------------------------------------Retrieves some basic information about the User's account such as account name and account url. It is meant to be used as a connection test.
Returns a list of all the available languages from an account.
------------------------------------------------------------------------Updates an existing user's data. Fields that can be updated: first_name, last_name, job_title, contact_number, nature_of_organisation, company, city and country_based.
Returns a list of your account's users.
Retrieves all unsubscribed users from communications.
Retrieves all subscribed users to communications.
------------------------------------------------------------------------Returns a list of your account's licenses.
------------------------------------------------------------------------Returns a list of your account's contacts.