Retrieve user agent details for a snippet
GET
/api/v4/snippets/{id}/user_agent_detail
Retrieves user agent details for a specified snippet.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
The ID of a snippet
Responses
Section titled “Responses”OK
Media typeapplication/json
object
user_agent
string
ip_address
string
akismet_submitted
boolean
Example
{ "user_agent": "AppleWebKit/537.36", "ip_address": "127.0.0.1", "akismet_submitted": false}Bad Request
Not found