# GraphQL: Endpoints & Schema

### Endpoints

The Sendcash API is a GraphQL API. If you need a primer on GraphQL (and why we chose it), you can read one [here](https://chunksofco.de/graphql-new-shiny-and-worth-the-hype-a0d7c79f2070).

|                      |                                                   |
| -------------------- | ------------------------------------------------- |
| **GraphQL Endpoint** | <https://api.sendcash.africa/v1/graphql>          |
| **\*GraphiQL URL**   | <https://sandbox.api.sendcash.africa/v1/graphiql> |

\*GraphiQL lets you view the GraphQL Schema: all the Queries, Mutations & Types.[ Learn more about GraphiQL.](https://github.com/rmosolgo/graphiql-rails)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sendcash.africa/graphql-endpoints-and-schema.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
