API → UI component mappings · 90,813 documents
| ID | Document | Source |
|---|---|---|
| bindings__f3d99cba0140dc1c_2 | METHOD:POST PATH:/vaults/{vaultUuid}/items Create a new Item vaultUuid INTENT:RESOURCE_CREATION Create Vaults form with validation REST_CREATE_SINGLE | openapi_spec |
| bindings__8129df6c0ba0f258_3 | METHOD:DELETE PATH:/vaults/{vaultUuid}/items/{itemUuid} Delete an Item vaultUuid itemUuid INTENT:RESOURCE_DELETION Delete Vaults button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__b9c34a4c07cdcb51_4 | METHOD:PATCH PATH:/vaults/{vaultUuid}/items/{itemUuid} Update a subset of Item attributes vaultUuid itemUuid INTENT:RESOURCE_PARTIAL_UPDATE Quick edit fields for Vaults REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__132067460d72159a_5 | METHOD:PUT PATH:/vaults/{vaultUuid}/items/{itemUuid} Update an Item vaultUuid itemUuid INTENT:RESOURCE_UPDATE Edit Vaults form with save action REST_UPDATE_SINGLE | openapi_spec |
| bindings__97e2a617b96c1e1d_6 | METHOD:DELETE PATH:/key Revoke an Authentiq ID using email & phone.nnIf called with `email` and `phone` only, a verification code nwill be sent by email. Do a second call adding `code` to ncomplete… | openapi_spec |
| bindings__9b9f3cbdfef33009_7 | METHOD:POST PATH:/key Register a new ID `JWT(sub, devtoken)`nnv5: `JWT(sub, pk, devtoken, ...)`nnSee: https://github.com/skion/authentiq/wiki/JWT-Examplesn INTENT:AUTHENTICATION Login form with… | openapi_spec |
| bindings__f51b4c05a2d129b5_8 | METHOD:DELETE PATH:/key/{PK} Revoke an Identity (Key) with a revocation secret secret INTENT:RESOURCE_DELETION Delete Key button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__e704672b95f6db20_9 | METHOD:POST PATH:/key/{PK} update properties of an Authentiq ID.n(not operational in v4; use PUT for now)nnv5: POST issuer-signed email & phone scopes inna self-signed JWTnnSee:… | openapi_spec |
| bindings__cb5f117122d15803_10 | METHOD:PUT PATH:/key/{PK} Update Authentiq ID by replacing the object.nnv4: `JWT(sub,email,phone)` to bind email/phone hash; nnv5: POST issuer-signed email & phone scopesnand PUT to update… | openapi_spec |
| bindings__4e54dcebc5d9e240_11 | METHOD:POST PATH:/login push sign-in requestnSee: https://github.com/skion/authentiq/wiki/JWT-Examplesn callback INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_COLLECTION | openapi_spec |
| bindings__2df691c06d7fb980_12 | METHOD:POST PATH:/scope scope verification requestnSee: https://github.com/skion/authentiq/wiki/JWT-Examplesn test INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_COLLECTION | openapi_spec |
| bindings__bdbe406efe16d27e_13 | METHOD:DELETE PATH:/scope/{job} delete a verification job INTENT:RESOURCE_DELETION Delete Scope button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__4e288a4c944a959c_14 | METHOD:POST PATH:/scope/{job} this is a scope confirmation INTENT:RESOURCE_CREATION Create Scope form with validation REST_CREATE_SINGLE | openapi_spec |
| bindings__bc5a34b2a52dd9c9_15 | METHOD:PUT PATH:/scope/{job} authority updates a JWT with its signaturenSee: https://github.com/skion/authentiq/wiki/JWT-Examplesn INTENT:AUTHENTICATION Login form with credential fields… | openapi_spec |
| bindings__142d1fb8d1e9d5dc_16 | METHOD:POST PATH:/channels/{channel_id}/messages Publish a message to a channel INTENT:FILE_SELECTION Deploy button with environment selector REST_CREATE_SINGLE | openapi_spec |
| bindings__45b826a58c592530_17 | METHOD:POST PATH:/keys/{keyName}/requestToken Request an access token INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_SINGLE | openapi_spec |
| bindings__d681eb1dfa32970d_18 | METHOD:DELETE PATH:/push/channelSubscriptions Delete a registered device's update token channel deviceId clientId INTENT:AUTHENTICATION Login form with credential fields REST_DELETE_COLLECTION | openapi_spec |
| bindings__0a0bd42cd8bccb16_19 | METHOD:POST PATH:/push/channelSubscriptions Subscribe a device to a channel INTENT:RESOURCE_CREATION Create Push form with validation REST_CREATE_COLLECTION | openapi_spec |
| bindings__ca75b23a112513bd_20 | METHOD:DELETE PATH:/push/deviceRegistrations Unregister matching devices for push notifications deviceId clientId INTENT:RESOURCE_DELETION Delete Push button with confirmation REST_DELETE_COLLECTION | openapi_spec |
| bindings__3df3633844a54729_21 | METHOD:POST PATH:/push/deviceRegistrations Register a device for receiving push notifications INTENT:RESOURCE_CREATION Create Push form with validation REST_CREATE_COLLECTION | openapi_spec |
| bindings__dc739b2e7ba1b871_22 | METHOD:DELETE PATH:/push/deviceRegistrations/{device_id} Unregister a single device for push notifications INTENT:RESOURCE_DELETION Delete Push button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__a73e288653e35350_23 | METHOD:PATCH PATH:/push/deviceRegistrations/{device_id} Update a device registration INTENT:RESOURCE_PARTIAL_UPDATE Quick edit fields for Push REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__9dba2f0ed56b5010_24 | METHOD:PUT PATH:/push/deviceRegistrations/{device_id} Update a device registration INTENT:RESOURCE_UPDATE Edit Push form with save action REST_UPDATE_SINGLE | openapi_spec |
| bindings__e60aba9dee244637_25 | METHOD:POST PATH:/push/publish Publish a push notification to device(s) INTENT:FILE_SELECTION Deploy button with environment selector REST_CREATE_COLLECTION | openapi_spec |
| bindings__768d81eb0cae6932_26 | METHOD:POST PATH:/accounts/{account_id}/apps Creates an app account_id INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__60e76f22c0e6c736_27 | METHOD:POST PATH:/apps/{app_id}/keys Creates a key app_id INTENT:RESOURCE_CREATION Create Apps form with validation REST_CREATE_SINGLE | openapi_spec |
| bindings__d1935ef3353b87b8_28 | METHOD:PATCH PATH:/apps/{app_id}/keys/{key_id} Updates a key app_id key_id INTENT:RESOURCE_PARTIAL_UPDATE Quick edit fields for Apps REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__a86764519b877045_29 | METHOD:POST PATH:/apps/{app_id}/keys/{key_id}/revoke Revokes a key app_id key_id INTENT:RESOURCE_CREATION Create Apps form with validation REST_CREATE_NESTED | openapi_spec |
| bindings__68df1db71a5fe281_30 | METHOD:POST PATH:/apps/{app_id}/namespaces Creates a namespace app_id INTENT:RESOURCE_CREATION Create Apps form with validation REST_CREATE_SINGLE | openapi_spec |
| bindings__612af804cc9487ab_31 | METHOD:DELETE PATH:/apps/{app_id}/namespaces/{namespace_id} Deletes a namespace app_id namespace_id INTENT:RESOURCE_DELETION Delete Apps button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__972f5e17120a1055_32 | METHOD:PATCH PATH:/apps/{app_id}/namespaces/{namespace_id} Updates a namespace app_id namespace_id INTENT:RESOURCE_PARTIAL_UPDATE Quick edit fields for Apps REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__95a8ac18648255bb_33 | METHOD:POST PATH:/apps/{app_id}/queues Creates a queue app_id INTENT:RESOURCE_CREATION Create Apps form with validation REST_CREATE_SINGLE | openapi_spec |
| bindings__efabf7e5b118c377_34 | METHOD:DELETE PATH:/apps/{app_id}/queues/{queue_id} Deletes a queue app_id queue_id INTENT:RESOURCE_DELETION Delete Apps button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__cc5666182616c9de_35 | METHOD:POST PATH:/apps/{app_id}/rules Creates a Reactor rule app_id INTENT:RESOURCE_CREATION Create Apps form with validation REST_CREATE_SINGLE | openapi_spec |
| bindings__0e56a1052fd2fa0d_36 | METHOD:DELETE PATH:/apps/{app_id}/rules/{rule_id} Deletes a Reactor rule app_id rule_id INTENT:RESOURCE_DELETION Delete Apps button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__24a8120932b8023b_37 | METHOD:PATCH PATH:/apps/{app_id}/rules/{rule_id} Updates a Reactor rule app_id rule_id INTENT:RESOURCE_PARTIAL_UPDATE Quick edit fields for Apps REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__93fa60f700cffe2b_38 | METHOD:DELETE PATH:/apps/{id} Deletes an app id INTENT:RESOURCE_DELETION Delete Apps button with confirmation REST_DELETE_SINGLE | openapi_spec |
| bindings__645cea4fe488655d_39 | METHOD:PATCH PATH:/apps/{id} Updates an app id INTENT:RESOURCE_PARTIAL_UPDATE Quick edit fields for Apps REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__80c347bd72658bcd_40 | METHOD:POST PATH:/apps/{id}/pkcs12 Updates app's APNs info from a `.p12` file id INTENT:FILE_UPLOAD File dropzone for Apps with upload progress REST_CREATE_SINGLE | openapi_spec |
| bindings__86f83eda43dddede_41 | METHOD:POST PATH:/webhooks/feed/:token Send data to a feed via webhook URL. payload INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_NESTED | openapi_spec |
| bindings__4bf7a202a20fa5cb_42 | METHOD:POST PATH:/webhooks/feed/:token/raw Send arbitrary data to a feed via webhook URL. INTENT:AUTHENTICATION Login form with credential fields REST_CREATE_NESTED | openapi_spec |
| bindings__2dfcb17d1c98e4df_43 | METHOD:DELETE PATH:/{username}/activities All activities for current user INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__1f167afa46af1a0b_44 | METHOD:POST PATH:/{username}/dashboards Create a new Dashboard INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__dcda96c3be9b3e64_45 | METHOD:POST PATH:/{username}/dashboards/{dashboard_id}/blocks Create a new Block INTENT:USER_CREATION Registration form with user details REST_CREATE_SINGLE | openapi_spec |
| bindings__5e92b6fcf03e188d_46 | METHOD:DELETE PATH:/{username}/dashboards/{dashboard_id}/blocks/{id} Delete an existing Block INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__6949e96840fe292c_47 | METHOD:PATCH PATH:/{username}/dashboards/{dashboard_id}/blocks/{id} Update properties of an existing Block INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__7b3a76f1dba38d8f_48 | METHOD:PUT PATH:/{username}/dashboards/{dashboard_id}/blocks/{id} Replace an existing Block INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |
| bindings__8b4b9560f7101afa_49 | METHOD:DELETE PATH:/{username}/dashboards/{id} Delete an existing Dashboard INTENT:USER_DELETION Account deletion with confirmation dialog REST_DELETE_SINGLE | openapi_spec |
| bindings__017133842894a21c_50 | METHOD:PATCH PATH:/{username}/dashboards/{id} Update properties of an existing Dashboard INTENT:USER_UPDATE Profile settings form with save button REST_PARTIAL_UPDATE_SINGLE | openapi_spec |
| bindings__75571cc87d2d2220_51 | METHOD:PUT PATH:/{username}/dashboards/{id} Replace an existing Dashboard INTENT:USER_UPDATE Profile settings form with save button REST_UPDATE_SINGLE | openapi_spec |