Using GET /api/v2/connections/{id} with an existing id returns the corresponding connection, but the status doesn’t seem to be working. Could you help me?
This specific endpoint is designed to check the status of an AD/LDAP connection. It seems like you may have tried to use this endpoint with a non-AD/LDAP connection, which resulted in the “Invalid strategy auth0” error.
If you are looking to use this endpoint with regular database connections, it will not be possible. Perhaps you meant to use the Management API’s Get a connection endpoint?
Let me know if you have further questions or if there’s anything else I can help you with.