Documentation Index

Fetch the complete documentation index at: https://docs.britive.com/llms.txt

Use this file to discover all available pages before exploring further.

Britive platform release 2026.05.02 is now live in production.

List requestable tags

Prev Next
Get
/api/access-requests/tags

Returns tags where the current user is not already a member and the tag is marked as requestable.

Security
HTTP
Type bearer
Query parameters
filter
string

SCIM-style filter string (e.g. name co "foo")

searchText
string

Free-text search on tag name

page
integer

Parameter to specify the page number of the records to retrieve

Default0
size
integer

Parameter to specify the number of records to retrieve per page

Default20
sort
string

parameter to specify the sort parameter and direction

Responses
200

Paginated list of requestable tags

Expand All
object
count
integer (int64)
page
integer
size
integer
data
Array of object (RequestableTagSummaryDto)
object
tagId
string
name
string
description
string
summary
string

Count summary: e.g. '3 Application profiles, 2 Resources, 1 Secret'

external
boolean

Whether the tag is externally managed (e.g. synced from an identity provider)