Skip to content

Retrieve user agent details for a project snippet

GET
/api/v4/projects/{id}/snippets/{snippet_id}/user_agent_detail

Retrieves user agent details for a specified snippet. Available only for administrators.

id
required
One of:
string

The ID or URL-encoded path of the project

snippet_id
required
integer

The ID of a project snippet

OK

Media type application/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