API endpoints for managing the links that appear on Hosted Login screens (for example, the Visit our help center link).
Endpoint | Methods |
---|---|
List Your Hosted Login Links/config/{appId}/flows/{flow}/linksReturns information about all the links defined in the specified flow. |
|
Create a Hosted Login Link/config/{appId}/flows/{flow}/linksAdds a new link to the specified flow. |
|
View a Hosted Login Link/config/{appId}/flows/{flow}/links/{link}Returns information about the specified link. |
|
Modify a Hosted Login Link/config/{appId}/flows/{flow}/links/{link}Modifies the property values of the specified link. |
|
Delete a Hosted Login Link/config/{appId}/flows/{flow}/links/{link}Deletes the specified link. |
|