Create an API Token
An API token is a unique identifier that is used to authorize a user or application to use an API. InstaWP lets you create general API Tokens, which allows you to access the API via Postman, GitHub Actions or using any programming language.
In this documentation, we will explore the steps to create a new API token.
Let’s get started 🚀
Step 1: Go to Profile on the top-right corner and select the Account option from the drop-down list.
Step 2: Select API Token from the list. Here, you can create a new API token by giving it a name and granting permission (read-only or read-write) for third-party services to authenticate with the application on your behalf.
The API token will be ready. Click the Copy button to copy the token that you can use to create new on every Git repository PR.
Updated on: 09/04/2025
Thank you!