Skip to main content
POST
/
technologies
cURL
curl --request POST \
  --url https://api.pubrio.com/technologies \
  --header 'Content-Type: application/json' \
  --header 'pubrio-api-key: <api-key>' \
  --data '
{
  "keyword": "<string>"
}
'
{
  "data": [
    {
      "icon": "Cart-generic.svg",
      "name": "Cart Functionality",
      "tag_id": 6630,
      "website": "https://www.shopify.com/blog/shopping-cart",
      "logo_url": "https://buckets.pubrio.com/technology-logo/NjYzMGIyOXNtYjhheGNhcnQtZnVuY3Rpb25hbGl0eQ==.jpg",
      "categories": [
        {
          "name": "Ecommerce",
          "category_id": 26
        },
        {
          "name": "Programming languages",
          "category_id": 707847256
        }
      ]
    },
    "..."
  ]
}

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
keyword
string

Search item by keyword. If you want to get the first few (but not all) items, leave them blank.

Response

Successful response containing technology details.

data
object[] | null

Response info depends on specific endpoint.