# Response

When doing a request to Crawlbase User Agents API you'll get a response.

The response is a JSON object that includes the array of random user agents.

GET `https://api.crawlbase.com/user_agents?token=_USER_TOKEN_`
  Body:
    { 'success': true, 'agents': ['Agent 1', 'Agent 2'] }

# JSON Response body

The response will return the below parameters in the JSON body

# success

  • Type boolean

A boolean indicating if the request was successful or not.

# agents

  • Type Array

The User agents as an array object.