Skip to main content
GET
/
v1
/
info
cURL
curl --request GET \
  --url https://api.bannerify.co/v1/info
{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "<string>"
}
The info endpoint returns information about the current project, such as its name, id, and avatar.

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

The api key to use for this request

Example:

"key_xxxxxxxxx"

Response

Project info

id
string
required
name
string
required
createdAt
string
required