Skip to content

Share Signals Framework

Create Stream

/ssf/stream
{
"delivery": {
"method": "urn:ietf:rfc:8936"
},
"events_requested": [
"urn:ietf:params:SCIM:event:prov:create:full"
],
"description": "Pull Stream for Receiver A using events of type create"
}

Verify Stream

/ssf/verify
{
"stream_id": "Click to fill ⚡",
"state": "some state you would like to verify"
}

List Streams

/ssf/stream

Get specific stream

/ssf/stream?stream_id=Click to fill ⚡

Update stream

/ssf/stream
{
"stream_id": "Click to fill ⚡",
"events_requested": [
"urn:example:secevent:events:type_2",
"urn:example:secevent:events:type_3",
"urn:example:secevent:events:type_4"
],
"description": "Stream for Receiver A using events type_2, type_3, type_4"
}

Delete stream

/ssf/stream/?stream_id=Click to fill ⚡