curl --request GET \
--url https://api.joinslash.com/slash-handle \
--header 'X-API-Key: <api-key>'
{
"items": [
{
"id": "<string>",
"slashHandle": "<string>",
"name": "<string>",
"accountId": "<string>"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}
List all of your Slash Handles
curl --request GET \
--url https://api.joinslash.com/slash-handle \
--header 'X-API-Key: <api-key>'
{
"items": [
{
"id": "<string>",
"slashHandle": "<string>",
"name": "<string>",
"accountId": "<string>"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}
Authentication from public API requests
A cursor string to fetch the next page of results
OK
The response is of type object
.