API Reference
Complete API documentation and reference
Get all the pending requests for a realm (not by currency)
cURL
curl --request GET \ --url https://api.drip.re/api/v1/realms/{realmId}/shares/pending \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "parentRealmId": "<string>", "childRealmId": "<string>", "realmPointId": "<string>", "permissions": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "status": "<string>", "parentRealm": { "id": "<string>", "name": "<string>" }, "realmPoint": { "id": "<string>", "name": "<string>", "emoji": "<string>", "customEmojiUrl": "<string>" } } ] }
API Key
Default Response
The response is of type object.
object
Was this page helpful?