Get Allowed Redirect URL list
GET
/public/v3/allowed-redirect-urls
Get the list of created redirect URLs
none
none
none
Parameter | Data type | Required? | Description |
---|---|---|---|
data | Allowed Redirect | yes | Array of Allowed Redirects |
Parameter | Data type | Required? | Description |
---|---|---|---|
id | int | yes | ID of the Allowed Redirect URL |
url | string | yes | Redirect URL |
comment | string | yes | A description for the URL |
created_at | int | yes | Creation timestamp |
1
2
3
curl --location --request GET 'https://api.friendlyscore.com/public/v3/allowed-redirect-urls' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}'
1
2
3
4
5
6
7
8
9
10
{
"data": [
{
"id": 123456,
"url": "http://localhost:8081/redirect",
"comment": "Perspiciatis esse placeat sapiente exercitationem assumenda similique sit.",
"created_at": 1642159395
}
]
}
Was this article helpful?
Friendly Score UK Ltd.
84 Brook Street
London W1K 5EH
Call us on +44 20 3709 6726
Company registered in England
Company number 09168668, ICO ZA111687
VAT registration number 206 9758 80
Authorised and Regulated by the Financial Conduct Authority. (FRN: 821100, 781963)