# Blink Documentation > Blink's app API allows you to create integrations with Blink. ## Guides - [Getting Started](https://developer.joinblink.com/docs/creating-an-integration.md) - [Configuring Apps](https://developer.joinblink.com/docs/configuring-integrations.md) - [Authenticated vs Non-Authenticated Apps](https://developer.joinblink.com/docs/authenticated-vs-non-authenticated-integrations.md) - [Enabling your App](https://developer.joinblink.com/docs/enabling-your-integration.md) - [Building Authenticated Apps](https://developer.joinblink.com/docs/authenticated-integrations.md) - [Getting started with Blink Feed API](https://developer.joinblink.com/docs/getting-started-with-blink-feed-api.md) - [CardKit](https://developer.joinblink.com/docs/cardkit.md) - [Client Actions](https://developer.joinblink.com/docs/client-actions.md) - [Sending Feed Events with Attachments or Images](https://developer.joinblink.com/docs/sending-feed-events-with-attachments-or-images.md) - [Finding Team and User Ids](https://developer.joinblink.com/docs/finding-team-and-user-ids.md) - [Rate Limiting](https://developer.joinblink.com/docs/rate-limiting.md) - [429 - Too Many Requests](https://developer.joinblink.com/docs/429-too-many-requests.md) - [422 - Unprocessable Entity](https://developer.joinblink.com/docs/422-unprocessable-entity.md) - [403 - Forbidden](https://developer.joinblink.com/docs/403-forbidden.md) - [401 - Unauthorized](https://developer.joinblink.com/docs/401-unauthorized.md) - [500 - Server Error](https://developer.joinblink.com/docs/500-server-error.md) - [Contact Us](https://developer.joinblink.com/docs/contact-us.md) ## API Reference - [Quick Start](https://developer.joinblink.com/reference/quick-start.md): This page will help you get started with the Blink API. - [Feed Events](https://developer.joinblink.com/reference/feed-events.md) - [Send Feed Event](https://developer.joinblink.com/reference/send-feed-event.md): Allows your integration to send feed events to users in your organisation. - [Update Feed Event](https://developer.joinblink.com/reference/update-feed-event.md): Edit a feed event that has been sent. - [Archive Feed Event](https://developer.joinblink.com/reference/archive-feed-event.md): Dismiss a feed event for all recipients. - [Archive Feed Event For User](https://developer.joinblink.com/reference/archive-feed-event-for-user.md): Dismiss a feed event for a single user who received the event. - [Get Feed Event Id By External Id](https://developer.joinblink.com/reference/get-feed-event-id-by-external-id.md): Get the event_id for a feed event by the external_id it was sent with. - [Get Feed Event Categories](https://developer.joinblink.com/reference/get-feed-event-categories.md) - [Get Users](https://developer.joinblink.com/reference/get-users.md): Fetch any user in your Organisation. - [Get Forms](https://developer.joinblink.com/reference/get-forms.md) - [Get Form Submissions](https://developer.joinblink.com/reference/form-submissions.md) - [What is a Linked Account?](https://developer.joinblink.com/reference/what-is-a-linked-account.md) - [Add User Linked Account](https://developer.joinblink.com/reference/add-user-linked-account.md): Create a linked account for a user - [Update User Linked Account](https://developer.joinblink.com/reference/update-user-linked-account.md) - [Get User Linked Accounts](https://developer.joinblink.com/reference/get-user-linked-accounts.md) - [Get Linked Account](https://developer.joinblink.com/reference/get-linked-account.md) - [Get Linked Accounts](https://developer.joinblink.com/reference/get-linked-accounts.md): Returns all linked accounts that have been added for the integration. - [Delete User Linked Account](https://developer.joinblink.com/reference/delete-user-linked-account.md) - [Using the proxy endpoint](https://developer.joinblink.com/reference/using-the-proxy-endpoint.md) - [Get Service Provider config](https://developer.joinblink.com/reference/getserviceproviderconfig.md) - [User](https://developer.joinblink.com/reference/user.md) - [Search or list users](https://developer.joinblink.com/reference/searchviaget.md) - [Create user](https://developer.joinblink.com/reference/createuser.md) - [Get user by id](https://developer.joinblink.com/reference/getuserbyid.md) - [Fully update/replace a user](https://developer.joinblink.com/reference/replaceuser.md) - [Disable a user](https://developer.joinblink.com/reference/deleteuser.md) - [Partially update/patch a user](https://developer.joinblink.com/reference/patchuser.md) - [Search or list groups](https://developer.joinblink.com/reference/searchgroupviaget.md) - [Create Group](https://developer.joinblink.com/reference/creategroup.md) - [Get group by id](https://developer.joinblink.com/reference/getgroupbyid.md) - [Fully update/replace a group](https://developer.joinblink.com/reference/replacegroup.md) - [Partially update/patch a group](https://developer.joinblink.com/reference/groupuser.md) - [Disable a group](https://developer.joinblink.com/reference/deletegroup.md)