Create a client key
POST
/api/v4/projects/{id}/error_tracking/client_keys
Creates a client key for integrated error tracking in a specified project. The public key attribute is generated automatically.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Responses
Section titled “ Responses ”Created
Media type application/json
object
id
integer format: int64
active
boolean
public_key
string
sentry_dsn
string
Example
{ "id": 1, "public_key": "glet_aa77551d849c083f76d0bc545ed053a3", "sentry_dsn": "https://glet_aa77551d849c083f76d0bc545ed053a3@example.com/errortracking/api/v1/projects/5"}Bad Request
Not Found