All api endpoints are get
requests.
The following replacements are made:
{site}
: the short name of the configured local site you're using{subiss}
:"urlencode(sub)@urlencode(iss)"
{encoded_sub}
:"urlencode(sub)"
{encoded_iss}
:"urlencode(iss)"
- Deprecated
- Return all mappings that match a given
sub + iss
pair
- Return all mappings that match a given
sub + iss
pair
- Return the version of alise
- For checking if api user was authenticated
- Pass the
Access Token
via:"Authorization: Bearer ${ACCESS_TOKEN}"
- Internal, do not use
- Return an
apikey
, which is associated to a specific user, identified by anAccess Token
- Pass the
Access Token
via:"Authorization: Bearer ${ACCESS_TOKEN}"
- For testing the
apikey
- List all supported issuers (internal and external ones)