Skip to main content

Permissions

Every API key carries permissions, and every request it makes is checked against them. A key holds only what it was given: the key in a publishing script cannot read your invoices, and no key at all can create another key, sign anybody in, or reach another workspace.

Permissions come in two words per area. Write includes read, so a key that may change a thing can always see it.

The areas are grouped and ordered exactly as the dashboard's side menu is, so the picker on the screen and this page read the same way.

Overview

AreaReadWriteWhat it covers
Postsposts:readposts:writeEvery posting job from arrival to published, including cancelling and deleting one.
Posts - Approvalsapprovals:readapprovals:writeClearing or refusing a post that is waiting on a person.
Scheduleschedule:read--The posting calendar: what is due to go out, and when.

Library

AreaReadWriteWhat it covers
Templatestemplates:readtemplates:writeThe templates a clip can be drawn with, their variants and the formats they come in.
Templates - Direct exportrenders:readrenders:writeRendering a clip on its own and downloading it, without a post going anywhere.
Mediamedia:readmedia:writeImages, video, sound and fonts, and the clips a render produced.

Publication

AreaReadWriteWhat it covers
Brandsbrands:readbrands:writeBrand documents: names, colours, logos, disclaimers and the text that goes out with a post.
Channelschannels:readchannels:writeThe accounts posts go to, what each one listens to, and the credentials it publishes with.
Syndicationsyndication:readsyndication:writeHanding a channel's finished posts on to partners, so their audience gets your clips.

Content sources

AreaReadWriteWhat it covers
Feedsfeeds:readfeeds:writeThe feeds Reelwire carries and which of them this workspace uses.
Manual post listspostlists:readpostlists:writeScheduled manual posts: the lists and the posts waiting in them.
Custom feedsstreams:readstreams:writeYour own data streams: making them, naming what they carry, and mapping their fields.
Custom feeds - Send raw data--ingest:writePush events into your custom feeds. This is what a producer or a trading system uses.

Connections

AreaReadWriteWhat it covers
Publishingconnections:readconnections:writeHow finished posts reach the platforms: the connection mode, the connector, and what was delivered.
Publishing - Webhookswebhooks:readwebhooks:writeWhere Reelwire tells you things happened, and what it has tried to deliver.
Receivedreceived:read--What arrived, what it was matched to, and what it produced or why it produced nothing.

Performance

AreaReadWriteWhat it covers
Analyticsanalytics:read--How posts have performed over time: reach, views and what each channel returned.
A/B testsabtests:read--Which variants were tried against each other, and which of them won.

My account

AreaReadWriteWhat it covers
Teamteam:readteam:writeThe colleagues in this workspace, what each may do, and inviting or removing one.

Subscription

AreaReadWriteWhat it covers
Allowanceallowance:read--How many renders this month holds and how many are left.
Planplan:read--Which tier this workspace is on and what that tier switches on.

Syndication is only offered to workspaces whose plan includes it. On every other plan it is absent from the picker, and a key cannot hold it.

Analytics is only offered to workspaces whose plan includes it. On every other plan it is absent from the picker, and a key cannot hold it.

A/B tests is only offered to workspaces whose plan includes it. On every other plan it is absent from the picker, and a key cannot hold it.

Team is only offered to workspaces whose plan includes it. On every other plan it is absent from the picker, and a key cannot hold it.

Ready-made sets

The screen offers these as a starting point. They are ordinary permission lists: pick one, then narrow it.

Send raw data

For a producer or a trading system that only pushes events in.

ingest:write

Make and publish posts

Everything needed to create content and get it out: posts, post lists, media, renders.

posts:write
postlists:write
media:write
renders:write
templates:read
brands:read
channels:read

Read only

Reporting and dashboards: sees everything the workspace has, changes nothing.

posts:read
approvals:read
schedule:read
templates:read
renders:read
media:read
brands:read
channels:read
syndication:read
feeds:read
postlists:read
streams:read
connections:read
webhooks:read
received:read
analytics:read
abtests:read
team:read
allowance:read
plan:read

Run the whole workspace

Full configuration by machine. It still cannot create keys or sign anybody in.

posts:read
posts:write
approvals:read
approvals:write
schedule:read
templates:read
templates:write
renders:read
renders:write
media:read
media:write
brands:read
brands:write
channels:read
channels:write
syndication:read
syndication:write
feeds:read
feeds:write
postlists:read
postlists:write
streams:read
streams:write
ingest:write
connections:read
connections:write
webhooks:read
webhooks:write
received:read
analytics:read
abtests:read
team:read
team:write
allowance:read
plan:read

When a key is refused

A request a key may not make is answered with 403 and a body that names the permission and the fix, rather than a scope string you would have to look up:

{
"type": "https://reelwire.io/problems/forbidden",
"title": "Forbidden",
"status": 403,
"detail": "This key may not write here. Give it the \"Media: write\" permission, or use a key that has it."
}