Skip to main content
GET
/
{projectSlug}
/
atom
cURL
curl --request GET \
  --url https://api.feedbase.app/v1/{projectSlug}/atom \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectSlug
string
required

Project slug

Response

Successful operation

The response is of type string.