PULSAR
API ReferenceCompany Role Permissions

Get My Permissions

Get my permissions.

Authorization

bearerAuth
Authorization<token>

In: header

Response Body

application/json

Try it live
GET
/v3/companies/my-permissions

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/v3/companies/my-permissions"
{  "stop.annotation.create": true,  "stop.annotation.modify": true,  "production.create": true,  "production.modify": true,  "production.delete": true}