HI, Shahid khan
you can use "curl" to request access token using terminal .
```curl -u '<authUsername>:<authPassword>' -d grant_type=client_credentials https://<host-name>/oxauth/restv1/token```
also, here is the link [https://gluu.org/docs/gluu-server/4.2/user-management/scim2/#request-an-access-token-to-the-token-endpoint](https://gluu.org/docs/gluu-server/4.2/user-management/scim2/#request-an-access-token-to-the-token-endpoint) in our ofiicial doc how to request access token to use scim api.
Thanks and regards Mohit Mali.