cURL
curl --request GET \ --url https://api.ragkit.com/v1/base_get \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "namespace": "<string>", "base": "<string>" } '
{ "success": true, "data": { "namespace": "<string>", "key": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The namespace in which the base exists.
namespace
base
The key of the base to update.
Success
Always true.
true
false
The base.
Show child attributes